Interleave Productions
Verified contract
Active on
Ethereum with 598 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Interleave Productions"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21154780 | 21 days ago | | | 0 | 0.00052748270 | |
| 20202740 | 5 months ago | | | 0 | 0.00010014157 | |
| 20121755 | 5 months ago | | | 0 | 0.00025965811 | |
| 19508490 | 8 months ago | | | 0 | 0.00088178123 | |
| 19389509 | 9 months ago | | | 0 | 0.0017011254 | |
| 19389506 | 9 months ago | | | 0 | 0.0015823898 | |
| 19243970 | 9 months ago | | | 0 | 0.00085510263 | |
| 19131260 | 10 months ago | | | 0 | 0.00050637661 | |
| 18923038 | a year ago | | | 0 | 0.00040267814 | |
| 18866219 | a year ago | | | 0 | 0.00064730058 |
ABI
ABI objects
Getter at block 21305563
name() view returns (string)
Interleave Productions
owner() view returns (address)
0x3e43fc8013874ca3950a20b4bb0cf412940a4a14
symbol() view returns (string)
INTERPROD
Read-only
balanceOf(address, uint256) view returns (uint256)
balanceOfBatch(address[] owners, uint256[] ids) view returns (uint256[] balances)
isApprovedForAll(address, address) view returns (bool)
minters(address) view returns (bool)
supportsInterface(bytes4 interfaceId) pure returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 id) view returns (string)
State-modifying
Events add(uint256[] ids, string[] uris)
batchBurn(uint256[] ids, uint256[] amounts)
batchMint(address to, uint256[] ids, uint256[] amounts)
burn(uint256 id, uint256 amount)
freezeUri(uint256 id)
mint(address to, uint256 id, uint256 amount)
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)
setMinterAccess(address minter, bool enabled)
setUri(uint256 id, string newUri)
stopMinting(uint256[] ids)
transferOwnership(address newOwner)
Add(uint256 id)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MintingStopped(uint256 id)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PermanentURI(string uri, uint256 indexed id)
SetMinter(address minter, bool enabled)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] amounts)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 amount)
URI(string value, uint256 indexed id)
updateUri(string uri, uint256 indexed id)
constructor(string _name, string _symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.