TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 1,463 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x2a85…9f72
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
TOKA | ERC-20 | 102.721268M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19839174 | 6 months ago | | | 0 | 0.00060988336 | |
| 19671019 | 7 months ago | | | 0 | 0.00086605635 | |
| 19670993 | 7 months ago | | | 0 | 0.0010069218 | |
| 19670978 | 7 months ago | | | 0 | 0.00093348132 | |
| 19670951 | 7 months ago | | | 0 | 0.0010627451 | |
| 19670903 | 7 months ago | | | 0 | 0.0010387311 | |
| 19670811 | 7 months ago | | | 0 | 0.0010117064 | |
| 19670695 | 7 months ago | | | 0 | 0.0014097138 | |
| 19654265 | 7 months ago | | | 0 | 0.0013550501 | |
| 19496208 | 8 months ago | | | 0 | 0.0019429004 |
ABI
ABI objects
Getter at block 21177277
airdropMerkleRoot() view returns (bytes32)
0x537bcfb67c5f00f824911989441619941b7758fa0d6e054d76dc2c23427f0b87
caStartTime() view returns (uint256)
1704686400
claimMerkleRoot() view returns (bytes32)
0xe25b37d92419c1e794ea5fd6648055c415fccbb80f975b39a4a6c6ad682d83ea
owner() view returns (address)
0x623d31e9fb8d3be33995cb716725f9d46d3006ea
privateClaimMerkleRoot() view returns (bytes32)
0x2faf8382f0aa5b5186bdaef45bf877563f191eab8c3dd199e4b0fab531c84510
privateStartTime() view returns (uint256)
1704686400
toka() view returns (address)
0x2a85556a6701a02e75bc4de8ec340c6de1b29f72
withdrawMerkleRoot() view returns (bytes32)
0x70692b069226a48da435a5946534fa068b412d608f1f50c9f1d90ed5cf8a3622
withdrawStartTime() view returns (uint256)
1703907000
Read-only
hasAirdroped(address) view returns (bool)
hasClaimed(address) view returns (bool)
hasPrivateClaimed(address) view returns (bool)
hasWithdrawed(address) view returns (bool)
State-modifying
Events admin() returns (address admin_)
changeAdmin(address newAdmin)
implementation() returns (address implementation_)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
airdrop(uint256 _amount, bytes32[] _proof)
claim(uint256 _quota, bytes32[] _proof)
collect(address _token, uint256 _amount, bool _isETH)
initialize(address _token)
privateClaim(uint256 _quota, bytes32[] _proof)
renounceOwnership()
setAirdropMerkleRoot(bytes32 _airdropMerkleRoot)
setCaStartTime(uint256 _start)
setClaimMerkleRoot(bytes32 _claimMerkleRoot)
setPrivateClaimMerkleRoot(bytes32 _privateClaimMerkleRoot)
setPrivateStartTime(uint256 _start)
setWithdrawMerkleRoot(bytes32 _withdrawMerkleRoot)
setWithdrawStartTime(uint256 _start)
transferOwnership(address newOwner)
withdraw(uint256 _amount, bytes32[] _proof)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
Airdrop(address indexed to, uint256 amount)
Claim(address indexed to, uint256 amount)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PrivateClaim(address indexed to, uint256 amount)
Withdraw(address indexed to, uint256 amount)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
receive()
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
AlreadyAirdrop()
AlreadyClaimed()
AlreadyPrivateClaimed()
AlreadyWithdrawed()
FailedInnerCall()
InvalidInitialization()
IsNotStarted()
NotInMerkle()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)