CollectionV2
Verified contract
Active on
Ethereum with 2 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
0xedfe…4f14
0xfbbb…35f6
Balances ($0.00)
No balances found for "CollectionV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15019248 | 2 years ago | | | 0 | 0.0023006700 | |
| 15019246 | 2 years ago | | | 0 | 0.0023006700 |
ABI
ABI objects
Getter at block 21095477 getCardPrice() view returns (uint256) getTokenPrice() view returns (uint256)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
amount() view returns (uint256)
2000000000000000000000000
available() view returns (uint256)
27
cType() view returns (uint8)
0
endTime() view returns (uint256)
1656432000
ernTreasure() view returns (address)
0xfbc3b76a206f03f1edbf411f280444cd3fd9c7c8
facAddress() view returns (address)
0xa49c0d9a786e659a0557281b4fa72cf8cf08f6cf
moneyHand() view returns (address)
0xfbbb0db0b33dc38c65443e4f3aeae2b79a0d35f6
percent() view returns (uint256)
900000000000000000
sold() view returns (uint256)
0
startTime() view returns (uint256)
1656172800
stone() view returns (address)
0xedfe9ac42a511e1c523e067db8345711419d4f14
token() view returns (address)
0x0000000000000000000000000000000000000000
total() view returns (uint256)
27
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) 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 addExternalAddresses(address _token, address _stone, address _treasury, address _moneyHandler)
buy(address buyer, uint256 _id)
grantRole(bytes32 role, address account)
mint(address to, uint256 _id)
mintBatch(address to, uint256[] ids, uint256[] amount_)
recoverToken(address _token)
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)
setAmount(uint256 _newAmount)
setApprovalForAll(address operator, bool approved)
setEndTime(uint256 _endTime)
setStarTime(uint256 _starTime)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
NewEndTime(uint256 endTime)
NewStartTime(uint256 startTime)
NewUsdAmount(uint256 amount)
PaymentShared(address account, uint256 amount)
PaymentTreasure(address account, uint256 amount)
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)
SetAddresses(address token, address stone, address treasury, address moneyHandler)
Sold(address indexed operator, address indexed to, uint256 indexed id, uint256 amount)
SoldWithStones(address buyer, 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.