InterleaveSuperNFT
Verified contract
Active on
Ethereum with 804 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7ca2…c1a9
Balances ($0.00)
No balances found for "InterleaveSuperNFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19941305 | 6 months ago | | | 0 | 0.00036065373 | |
| 19721213 | 7 months ago | | | 0 | 0.00039319980 | |
| 18932940 | a year ago | | | 0 | 0.00093329764 | |
| 18893135 | a year ago | | | 0 | 0.00099642645 | |
| 18850573 | a year ago | | | 0 | 0.00053500468 | |
| 18433052 | a year ago | | | 0 | 0.00079037931 | |
| 18430559 | a year ago | | | 0 | 0.00094181158 | |
| 18118514 | a year ago | | | 0 | 0.00020088171 | |
| 17620187 | a year ago | | | 0 | 0.00065313573 | |
| 17546612 | a year ago | | | 0 | 0.00061889825 |
ABI
ABI objects
Getter at block 21229244
MINTING_PERIOD_END() view returns (uint256)
1641817050
REQUIRED_BURN_AMOUNT() view returns (uint256)
6
baseURI() view returns (string)
ipfs://QmTn1rMeoswVvqiLixf52zFyNdgcJioR7Q5mBkgu3sLXeX
interleaveNFT() view returns (address)
0x7ca2dcd417a57f846e0cfb3c1383736e7dbec1a9
owner() view returns (address)
0x3e43fc8013874ca3950a20b4bb0cf412940a4a14
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)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 typeId) view returns (string)
validSuperNFTs(uint256) view returns (bool)
State-modifying
Events burn(address account, uint256 id, uint256 value)
burnBatch(address account, uint256[] ids, uint256[] values)
mintSuperNFT(uint256[] _idsToBurn)
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)
setMintingPeriodEnd(uint256 _timeInSeconds)
transferOwnership(address newOwner)
updateBaseUri(string _baseURI)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetBaseURI(string indexed _baseURI)
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 _interleaveNFT, uint256 _mintingPeriodLengthInSeconds, string _baseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.