Collection

Verified contract

Active on Ethereum with 9 txns
Deployed by via 0x9af53962 at 17984793
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot

No balances found for "Collection"

0x219ea750f53b7b659e343f362c58b8561931ed8d1109d2d3414430a52027db72
0x94551cce06c84c1c43aedb7dafe010ad9dd44d5fae04633d8b1b960f94577250
0x3e596f9d39dfcabcc2c99656426f9d1390970947af5e85c873d6136abcc01b10
0x4437a3a211c91f542333432f59b81527cab51cb7ff928013341e5179ab3065f1
0x7a73fcb5adaf069ac103095510c66d94f5f07fa5b73fef04109a8c67a9d8ad14
0xbe537e9bca33ea6c8a399abe29f583c494ff6e27686ea2ba34a8e847ef717136
0xe67112a3e8def448b17c0bb01d3129f7b520f2690a78f88b396d2c45aec6319d
0x210c4a2b29c38268aa518af3586b59a839940ba1c0efd54d57024b915e9704d9
0xc474cd83df646ea38415dab0e067c5a1f0b7f9f3bb3d596d0209c115c0a0be50

Functions
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 accountuint256 idview returns (uint256)
balanceOfBatch(address[] accountsuint256[] idsview returns (uint256[])
getAvailable(uint32 tokenRangeIdview returns (uint32)
getPrice(uint32 tokenRangeIdview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isApprovedForAll(address accountaddress operatorview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
uri(uint256view returns (string)
State-modifying
buy(uint32 artIdpayable 
grantRole(bytes32 roleaddress account
mint(address touint256 _id
mintBatch(address touint256[] idsuint256[] amount_
recoverToken(address _token
renounceOwnership(
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
safeBatchTransferFrom(address fromaddress touint256[] idsuint256[] amountsbytes data
safeTransferFrom(address fromaddress touint256 iduint256 amountbytes data
setApprovalForAll(address operatorbool approved
setEndTime(uint256 _endTime
setOwner(address to
setStartTime(uint256 _starTime
setTokenRanges(struct CollectionTokenRange[] _priceRange
setTreasury(address _treasury
transferOwnership(address newOwner
Events
ApprovalForAll(address indexed accountaddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Sold(address indexed operatoraddress indexed touint256 indexed iduint256 amount
TransferBatch(address indexed operatoraddress indexed fromaddress indexed touint256[] idsuint256[] values
TransferSingle(address indexed operatoraddress indexed fromaddress indexed touint256 iduint256 value
URI(string valueuint256 indexed id
Constructor
constructor(struct CollectionData collecData
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.