0x09d06ce0502b1b50590f8aa6da55549120910d76
Verified contract
Proxy
Active on
Ethereum with 5 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 46 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "0x09d06ce0502b1b50590f8aa6da55549120910d76"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16295288 | 2 years ago | | | 0 | 0.00074664749 | |
| 15555031 | 2 years ago | | | 0 | 0.00038485047 | |
| 15282860 | 2 years ago | | | 0 | 0.0017340029 | |
| 15217549 | 2 years ago | | | 0 | 0.00050321053 | |
| 15148262 | 2 years ago | | | 0 | 0.0053473902 |
ABI
ABI objects
Getter at block 21184068
_owner() view returns (address)
0x5328e07c02cbe9c9b1768615eb7e86102a0a9e47
layer2Address() view returns (address)
0x0baba1ad5be3a5c0a66e7ac838a129bf948f1ea4
minters() view returns (address[])
[0x5328e07c02CBe9C9b1768615Eb7e86102a0A9e47]
owner() view returns (address)
0x5328e07c02cbe9c9b1768615eb7e86102a0a9e47
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)
isMinter(address addr) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 tokenId) view returns (string)
State-modifying
Events initialize(address owner, string _uri)
mint(address account, uint256 id, uint256 amount, bytes data)
mintBatch(address to, uint256[] ids, uint256[] amounts, bytes data)
mintFromL2(address to, uint256 id, uint256 amount, address minter, 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)
setMinter(address minter, bool enabled)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
MintFromL2(address owner, uint256 id, uint256 amount, address minter)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.