Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0x49c6…fbfd
0x0ca2…f618
Balances ($0.00)
No balances found for "Collection"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18733979 | a year ago | | | 0 | 0.0018209041 | |
| 18582590 | a year ago | | | 0.15 | 0.0036701947 | |
| 18478471 | a year ago | | | 0 | 0.0034031123 | |
| 18478470 | a year ago | | | 0 | 0.0033675291 | |
| 18478441 | a year ago | | | 0 | 0.0033091187 | |
| 18048732 | a year ago | | | 0.15 | 0.0014912838 | |
| 18028620 | a year ago | | | 0 | 0.0018029924 | |
| 17984805 | a year ago | | | 0 | 0.010418775 | |
| 17984803 | a year ago | | | 0 | 0.017261100 |
ABI
ABI objects
Getter at block 21193783
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
endTime() view returns (uint256)
1724418867
owner() view returns (address)
0x2c1e00341c1a496046eb96e28c9e42baa65c2b26
sold() view returns (uint256)
6
startTime() view returns (uint256)
1692879267
treasury() view returns (address)
0x0ca20a20ec634264eb18964abb25f40f8f3cf618
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
getAvailable(uint32 tokenRangeId) view returns (uint32)
getPrice(uint32 tokenRangeId) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
uri(uint256) view returns (string)
State-modifying
Events buy(uint32 artId) payable
grantRole(bytes32 role, address account)
mint(address to, uint256 _id)
mintBatch(address to, uint256[] ids, uint256[] amount_)
recoverToken(address _token)
renounceOwnership()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
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)
setEndTime(uint256 _endTime)
setOwner(address to)
setStartTime(uint256 _starTime)
setTokenRanges(struct CollectionTokenRange[] _priceRange)
setTreasury(address _treasury)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Sold(address indexed operator, address indexed to, uint256 indexed id, uint256 amount)
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(struct CollectionData collecData)
This contract contains no fallback and receive objects.
This contract contains no error objects.