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 "BOBU"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21285426 | 5 hours ago | | | 0 | 0.00047433457 | |
| 21284814 | 7 hours ago | | | 0 | 0.00041230427 | |
| 21269294 | 2 days ago | | | 0 | 0.00031312296 | |
| 21258388 | 4 days ago | | | 0 | 0.00020804116 | |
| 21257966 | 4 days ago | | | 0 | 0.00051503905 | |
| 21256130 | 4 days ago | | | 0 | 0.00041126527 | |
| 21255788 | 4 days ago | | | 0 | 0.00044525779 | |
| 21251702 | 5 days ago | | | 0 | 0.0011113877 | |
| 21249216 | 5 days ago | | | 0 | 0.00060105794 | |
| 21248664 | 5 days ago | | | 0 | 0.00051130477 |
ABI
ABI objects
Getter at block 21286764
count() view returns (uint256)
1
owner() view returns (address)
0x2ae6b0630ebb4d155c6e04fcb16840ffa77760aa
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
idToVault(uint256) view returns (address)
isApprovedForAll(address account, address operator) view returns (bool)
minters(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 id) view returns (string)
State-modifying
Events addMinter(address minter)
burn(address account, uint256 id, uint256 value)
mint(address vault, uint256 amount) returns (uint256)
mint(uint256 amount, uint256 id)
removeMinter(address minter)
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)
transferOwnership(address newOwner)
updateBaseUri(string base)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.