Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "ok"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20873263 | 2 months ago | | | 0 | 0.00065870487 | |
| 20595009 | 4 months ago | | | 0 | 0.000046310000 | |
| 20323479 | 5 months ago | | | 0 | 0.00020888969 | |
| 20132025 | 6 months ago | | | 0 | 0.00037344551 | |
| 19938113 | 7 months ago | | | 0 | 0.00074476604 | |
| 19108301 | a year ago | | | 0 | 0.00045447781 | |
| 19067123 | a year ago | | | 0 | 0.00041179200 | |
| 17916328 | a year ago | | | 0 | 0.0010023082 | |
| 17831902 | a year ago | | | 0 | 0.00062907203 | |
| 17738042 | a year ago | | | 0 | 0.00047041231 |
ABI
ABI objects
Getter at block 21415968
DOMAIN_SEPARATOR() view returns (bytes32 result)
0x81b7d2eba5ec0d413c42b28a67d55f7d28fe3330569142a961c5650ed105f4f7
decimals() view returns (uint8)
18
name() pure returns (string)
ok
owner() view returns (address result)
0x0000000000000000000000000000000000000000
ownershipHandoverValidFor() view returns (uint64)
172800
symbol() pure returns (string)
ok
totalSupply() view returns (uint256 result)
6666200000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256 result)
balanceOf(address owner) view returns (uint256 result)
nonces(address owner) view returns (uint256 result)
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
State-modifying
Events airdrop(address[] cigList, uint256 amount) payable
approve(address spender, uint256 amount) returns (bool)
burn(uint256 value)
cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
decreaseAllowance(address spender, uint256 difference) returns (bool)
increaseAllowance(address spender, uint256 difference) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership() payable
requestOwnershipHandover() payable
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner) payable
AirdropPayment(address indexed recipient, uint256 index, bool failed)
Approval(address indexed owner, address indexed spender, uint256 amount)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor(uint256 _totalSupply)
This contract contains no fallback and receive objects.
AllowanceOverflow()
AllowanceUnderflow()
InsufficientAllowance()
InsufficientBalance()
InvalidPermit()
NewOwnerIsZeroAddress()
NoHandoverRequest()
PermitExpired()
TotalSupplyOverflow()
Unauthorized()