CounterfactualNFT
Verified contract
Implementation
Active on
Ethereum with 1 txns
Storage
Map
Table
Raw
Constants and immutables
5
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 "CounterfactualNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14891107 | 2 years ago | | | 0 | 0.0010395978 |
ABI
ABI objects
Getter at block 21184068
_owner() view returns (address)
0x000000000000000000000000000000000000dead
layer2Address() view returns (address)
0x0baba1ad5be3a5c0a66e7ac838a129bf948f1ea4
minters() view returns (address[])
[0x000000000000000000000000000000000000dEaD]
owner() view returns (address)
0x000000000000000000000000000000000000dead
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)
constructor(address _layer2Address)
This contract contains no fallback and receive objects.
This contract contains no error objects.