Source Code
Overview
ETH Balance
0 ETH
Eth Value
$0.00Latest 25 from a total of 37 transactions
| Transaction Hash |
Method
|
Block
|
From
|
|
To
|
||||
|---|---|---|---|---|---|---|---|---|---|
| Claim_all | 21366078 | 410 days ago | IN | 0 ETH | 0.00114739 | ||||
| Claim_all | 21359114 | 411 days ago | IN | 0 ETH | 0.00049158 | ||||
| Claim_all | 21350702 | 412 days ago | IN | 0 ETH | 0.00037356 | ||||
| Claim_all | 21343032 | 413 days ago | IN | 0 ETH | 0.00047804 | ||||
| Claim_all | 21331594 | 415 days ago | IN | 0 ETH | 0.0012066 | ||||
| Claim_all | 21328395 | 415 days ago | IN | 0 ETH | 0.0007043 | ||||
| Claim_all | 21320961 | 416 days ago | IN | 0 ETH | 0.00052168 | ||||
| Claim_all | 21314948 | 417 days ago | IN | 0 ETH | 0.00060869 | ||||
| Claim_all | 21300333 | 419 days ago | IN | 0 ETH | 0.00022696 | ||||
| Claim_all | 21288681 | 421 days ago | IN | 0 ETH | 0.00030076 | ||||
| Claim_all | 21286874 | 421 days ago | IN | 0 ETH | 0.00045542 | ||||
| Claim_all | 21281359 | 422 days ago | IN | 0 ETH | 0.00065963 | ||||
| Claim_all | 21268237 | 424 days ago | IN | 0 ETH | 0.00032836 | ||||
| Claim_all | 21263925 | 424 days ago | IN | 0 ETH | 0.00045816 | ||||
| Claim_all | 21252275 | 426 days ago | IN | 0 ETH | 0.00052859 | ||||
| Claim_all | 21244097 | 427 days ago | IN | 0 ETH | 0.0005095 | ||||
| Claim_all | 21238786 | 428 days ago | IN | 0 ETH | 0.00058035 | ||||
| Claim_all | 21221527 | 430 days ago | IN | 0 ETH | 0.00037003 | ||||
| Claim_all | 21203529 | 433 days ago | IN | 0 ETH | 0.00037446 | ||||
| Claim_all | 21186704 | 435 days ago | IN | 0 ETH | 0.00161125 | ||||
| Claim_all | 21172249 | 437 days ago | IN | 0 ETH | 0.00086457 | ||||
| Claim_all | 21107463 | 446 days ago | IN | 0 ETH | 0.0003244 | ||||
| Claim_all | 21045507 | 455 days ago | IN | 0 ETH | 0.00016033 | ||||
| Claim_all | 20980022 | 464 days ago | IN | 0 ETH | 0.00041497 | ||||
| Claim_all | 20937343 | 470 days ago | IN | 0 ETH | 0.00034897 |
View more zero value Internal Transactions in Advanced View mode
Advanced mode:
Loading...
Loading
Cross-Chain Transactions
Loading...
Loading
Contract Source Code Verified (Exact Match)
Contract Name:
Vyper_contract
Compiler Version
vyper:0.3.10
Contract Source Code (Vyper language format)
# @version 0.3.10
from vyper.interfaces import ERC20
ADMIN: public(constant(address)) = 0x40907540d8a6C65c637785e8f8B742ae6b0b9968
RECEIVER: public(constant(address)) = 0xE4F02AcCC88A3000f11aFeC71C04896127a3aeB5
TOKEN: public(constant(address)) = 0xD533a949740bb3306d119CC777fa900bA034cd52
enabled: public(bool)
@external
def __init__():
self.enabled = True
@external
def set_enabled(toggle: bool):
assert msg.sender == ADMIN
self.enabled = toggle
@external
def claim_all():
quantity: uint256 = ERC20(TOKEN).balanceOf(self)
recipient: address = ADMIN
if self.enabled:
recipient = RECEIVER
ERC20(TOKEN).transfer(recipient, quantity)Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"stateMutability":"nonpayable","type":"constructor","inputs":[],"outputs":[]},{"stateMutability":"nonpayable","type":"function","name":"set_enabled","inputs":[{"name":"toggle","type":"bool"}],"outputs":[]},{"stateMutability":"nonpayable","type":"function","name":"claim_all","inputs":[],"outputs":[]},{"stateMutability":"view","type":"function","name":"ADMIN","inputs":[],"outputs":[{"name":"","type":"address"}]},{"stateMutability":"view","type":"function","name":"RECEIVER","inputs":[],"outputs":[{"name":"","type":"address"}]},{"stateMutability":"view","type":"function","name":"TOKEN","inputs":[],"outputs":[{"name":"","type":"address"}]},{"stateMutability":"view","type":"function","name":"enabled","inputs":[],"outputs":[{"name":"","type":"bool"}]}]Contract Creation Code
3461001a5760015f5561020861001e61000039610208610000f35b5f80fd5f3560e01c60026005820660011b6101fe01601e395f51565b632a0acc6a81186101f657346101fa577340907540d8a6c65c637785e8f8b742ae6b0b996860405260206040f36101f6565b63ad7430cc811861007857346101fa5773e4f02accc88a3000f11afec71c04896127a3aeb560405260206040f35b63be992b3781186101f6576024361034176101fa576004358060011c6101fa576040527340907540d8a6c65c637785e8f8b742ae6b0b996833186101fa576040515f55006101f6565b6382bfefc881186100ef57346101fa5773d533a949740bb3306d119cc777fa900ba034cd5260405260206040f35b63238dafe081186101f657346101fa575f5460405260206040f36101f6565b635206690581186101f657346101fa576370a0823160605230608052602060606024607c73d533a949740bb3306d119cc777fa900ba034cd525afa610155573d5f5f3e3d5ffd5b60203d106101fa576060516040527340907540d8a6c65c637785e8f8b742ae6b0b99686060525f541561019b5773e4f02accc88a3000f11afec71c04896127a3aeb56060525b63a9059cbb60805260605160a05260405160c052602060806044609c5f73d533a949740bb3306d119cc777fa900ba034cd525af16101db573d5f5f3e3d5ffd5b60203d106101fa576080518060011c6101fa5760e05260e050005b5f5ffd5b5f80fd00c1004a0018010e01f684190208810a00a16576797065728300030a0014
Deployed Bytecode
0x5f3560e01c60026005820660011b6101fe01601e395f51565b632a0acc6a81186101f657346101fa577340907540d8a6c65c637785e8f8b742ae6b0b996860405260206040f36101f6565b63ad7430cc811861007857346101fa5773e4f02accc88a3000f11afec71c04896127a3aeb560405260206040f35b63be992b3781186101f6576024361034176101fa576004358060011c6101fa576040527340907540d8a6c65c637785e8f8b742ae6b0b996833186101fa576040515f55006101f6565b6382bfefc881186100ef57346101fa5773d533a949740bb3306d119cc777fa900ba034cd5260405260206040f35b63238dafe081186101f657346101fa575f5460405260206040f36101f6565b635206690581186101f657346101fa576370a0823160605230608052602060606024607c73d533a949740bb3306d119cc777fa900ba034cd525afa610155573d5f5f3e3d5ffd5b60203d106101fa576060516040527340907540d8a6c65c637785e8f8b742ae6b0b99686060525f541561019b5773e4f02accc88a3000f11afec71c04896127a3aeb56060525b63a9059cbb60805260605160a05260405160c052602060806044609c5f73d533a949740bb3306d119cc777fa900ba034cd525af16101db573d5f5f3e3d5ffd5b60203d106101fa576080518060011c6101fa5760e05260e050005b5f5ffd5b5f80fd00c1004a0018010e01f6
Loading...
Loading
Loading...
Loading
Net Worth in USD
$0.00
Net Worth in ETH
0
Multichain Portfolio | 35 Chains
| Chain | Token | Portfolio % | Price | Amount | Value |
|---|
Loading...
Loading
Loading...
Loading
Loading...
Loading
[ Download: CSV Export ]
A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.