0x9b175c86ddf1d8321ca8e09596344a639caeff2c
Verified contract
Proxy
Active on
Ethereum with 9 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 "0x9b175c86ddf1d8321ca8e09596344a639caeff2c"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19764375 | 7 months ago | | | 0 | 0.00029129617 | |
| 16267939 | 2 years ago | | | 0 | 0.00062858827 | |
| 16267928 | 2 years ago | | | 0 | 0.00069674258 | |
| 15985903 | 2 years ago | | | 0 | 0.00081110302 | |
| 15941240 | 2 years ago | | | 0 | 0.0022560157 | |
| 15930089 | 2 years ago | | | 0 | 0.00098675923 | |
| 15915107 | 2 years ago | | | 0 | 0.00076475369 | |
| 15886213 | 2 years ago | | | 0 | 0.00082612862 | |
| 15872043 | 2 years ago | | | 0 | 0.00067859764 |
ABI
ABI objects
Getter at block 21213800
_owner() view returns (address)
0x7e76c0a95b009eb597af207747b66581f1516c9c
layer2Address() view returns (address)
0x0baba1ad5be3a5c0a66e7ac838a129bf948f1ea4
minters() view returns (address[])
[0x7E76C0a95b009Eb597AF207747B66581f1516c9C]
owner() view returns (address)
0x7e76c0a95b009eb597af207747b66581f1516c9c
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.