Exhibition
Verified contract
Active on
Ethereum with 67 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 "Exhibition"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20585487 | 2 months ago | | | 0 | 0.00010456794 | |
| 20351701 | 3 months ago | | | 0 | 0.00023631520 | |
| 19303316 | 8 months ago | | | 0 | 0.0015951276 | |
| 18436319 | a year ago | | | 0 | 0.0011095763 | |
| 18134302 | a year ago | | | 0 | 0.00065591362 | |
| 17978279 | a year ago | | | 0 | 0.014923330 | |
| 17562243 | a year ago | | | 0 | 0.0071537104 | |
| 17427500 | a year ago | | | 0 | 0.0011761025 | |
| 17171864 | a year ago | | | 0 | 0.0033084128 | |
| 17097204 | 2 years ago | | | 0 | 0.0023040732 |
ABI
ABI objects
Getter at block 21091007
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
baseUri() view returns (string)
ipfs://
gatewayManager() view returns (address)
0x1bfe7452477accc0188c34b3a4e8e3b15bf671b0
mintingManager() view returns (address)
0xe445fb0297f7d1f507df708185946210eb6a9de6
name() view returns (string)
Exhibition
owner() view returns (address)
0x4edb333cac62ffff94e1ab17365747465d9f962f
totalSupply() view returns (uint256)
133
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
balances(uint256, address) view returns (uint256)
cids(uint256) view returns (string)
isApprovedForAll(address account, address operator) view returns (bool)
royaltyInfo(uint256 tokenId, uint256 value) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256 id) view returns (string)
State-modifying
Events _doSafeTransferAcceptanceCheck(address operator, address from, address to, uint256 id, uint256 amount, bytes data)
batchMintWithCreator(address[] to, address creator, uint256[] tokenIds, string[] tokenCids, address royaltyRecipient, uint256 royaltyValue)
mint(address account, uint256 id, uint256 amount, string cid, address royaltyRecipient, uint256 royaltyValue)
mintBatch(address to, uint256[] ids, uint256[] amounts, string[] tokenCids, address[] royaltyRecipients, uint256[] royaltyValues)
mintWithCreator(address creator, address to, uint256 tokenId, string cid, address royaltyRecipient, uint256 royaltyValue)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeTransferFrom(address from, address to, uint256 tokenId, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setCID(uint256 tokenId, string cid)
setCIDs(uint256[] tokenIds, string[] cids_)
setGatewayManager(address gatewayManager_)
setMintingManager(address minter_)
setRoyalties(uint256 tokenId, address royaltyRecipient, uint256 royaltyValue)
setURI(string newuri)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
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(string uri_, address minter_, address gatewayManager_, string contractName_)
This contract contains no fallback and receive objects.
OperatorNotAllowed(address operator)