Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xa203…653f
Balances ($21,624.81)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KEKO | ERC-20 | 12.481567M | $0.001733 |
$21,624.81 | |
0xa203…653f | ERC-1555 | 56.518433M | -- | -- | |
WOKEPEPE | ERC-20 | 2.337101M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21230432 | 8 days ago | | | 0 | 0.00071315720 | |
| 21230429 | 8 days ago | | | 0 | 0.0013170856 | |
| 21167533 | 17 days ago | | | 0 | 0.0015980105 | |
| 21136625 | 21 days ago | | | 0 | 0.00091036774 | |
| 21123171 | 23 days ago | | | 0 | 0.00056267259 | |
| 21096393 | a month ago | | | 0 | 0.00026044922 | |
| 21096379 | a month ago | | | 0 | 0.00021987167 | |
| 21091687 | a month ago | | | 0 | 0.00033830069 | |
| 21073201 | a month ago | | | 0 | 0.00040287444 | |
| 21052288 | a month ago | | | 0 | 0.00027918952 |
ABI
ABI objects
Getter at block 21290084
decimals() view returns (uint8)
18
erc1155Contract() view returns (address)
0xa2037693b58c46201887ccd84a962273d282653f
erc1155TokenId() view returns (uint256)
1
name() view returns (string)
KEKO
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
KEKO
tokenSupply() view returns (uint256)
69000000
totalSupply() view returns (uint256)
69000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
depositAndClaim(uint256 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) returns (bytes4)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawAndClaim(uint256 amount)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _erc1155Contract, uint256 _tokenId)
This contract contains no fallback and receive objects.
This contract contains no error objects.