0x1d006a27bd82e10f9194d30158d91201e9930420
Verified contract
Proxy
Active on
Ethereum with 126 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 ($153.40)
Native
Value
$153.4
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.05 | $3,068.04 |
$153.4 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21079261 | 15 days ago | | | 0 | 0.0014247291 | |
| 20390890 | 4 months ago | | | 0 | 0.00024762520 | |
| 20390882 | 4 months ago | | | 0 | 0.00021429026 | |
| 20390867 | 4 months ago | | | 0 | 0.00019760058 | |
| 20390531 | 4 months ago | | | 0 | 0.00016103559 | |
| 20356585 | 4 months ago | | | 0 | 0.00099486766 | |
| 20108321 | 5 months ago | | | 0 | 0.00016600696 | |
| 18527198 | a year ago | | | 0 | 0.0015073960 | |
| 18506298 | a year ago | | | 0 | 0.0017737478 | |
| 18474445 | a year ago | | | 0 | 0.00095317902 |
ABI
ABI objects
Getter at block 21190022
_owner() view returns (address)
0x39dc73b6067f33f1225695059512fa889b8cef6b
layer2Address() view returns (address)
0x0baba1ad5be3a5c0a66e7ac838a129bf948f1ea4
minters() view returns (address[])
[0x39dc73b6067f33f1225695059512fa889B8ceF6B]
owner() view returns (address)
0x39dc73b6067f33f1225695059512fa889b8cef6b
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.