ToyBoogersSpecials
Verified contract
Active on
Ethereum with 1,830 txns
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 "ToyBoogersSpecials"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20708542 | 2 months ago | | | 0 | 0.000071653177 | |
| 20708540 | 2 months ago | | | 0 | 0.000046299822 | |
| 20685948 | 2 months ago | | | 0 | 0.00026021184 | |
| 20650945 | 2 months ago | | | 0 | 0.000028891500 | |
| 20650944 | 2 months ago | | | 0 | 0.000026691500 | |
| 20618711 | 2 months ago | | | 0 | 0.000057400060 | |
| 20438200 | 3 months ago | | | 0 | 0.00014460960 | |
| 20438053 | 3 months ago | | | 0 | 0.00016497131 | |
| 20433592 | 3 months ago | | | 0 | 0.00040591229 | |
| 20383514 | 4 months ago | | | 0 | 0.00018083798 |
ABI
ABI objects
Getter at block 21158267
owner() view returns (address)
0xf4617b57ad853f4bc2ce3f06c0d74958c240633c
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 _tokenId) view returns (string)
State-modifying
Events mint(uint256 id_, uint256 amount_)
mintBatch(address to, uint256[] ids, uint256[] amounts, bytes data)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setURI(string newUri)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(string uri_)
This contract contains no fallback and receive objects.
This contract contains no error objects.