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
0xbbc2…3505
0xfbbb…35f6
Balances ($0.00)
No balances found for "CollectionV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16174017 | 2 years ago | | | 0 | 0.00076794000 | |
| 16174016 | 2 years ago | | | 0 | 0.00076794000 |
ABI
ABI objects
Getter at block 21402085 getCardPrice() view returns (uint256) getTokenPrice() view returns (uint256)
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
amount() view returns (uint256)
1
available() view returns (uint256)
126
cType() view returns (uint8)
0
endTime() view returns (uint256)
1670000401
ernTreasure() view returns (address)
0xb9d5c93ec9aba93180ddd00a628e8facc3103039
facAddress() view returns (address)
0x2791eb71c88a36dcbcf3aa772aaf4e4122cb716c
isOperatorFilterRegistryRevoked() view returns (bool)
false
moneyHand() view returns (address)
0xfbbb0db0b33dc38c65443e4f3aeae2b79a0d35f6
owner() view returns (address)
0xf8722546e2e0a0df5ed3bd3f66a4754942221b2d
percent() view returns (uint256)
900000000000000000
sold() view returns (uint256)
0
startTime() view returns (uint256)
1670000400
stone() view returns (address)
0x0000000000000000000000000000000000000000
token() view returns (address)
0xbbc2ae13b23d715c30720f079fcd9b4a74093505
total() view returns (uint256)
126
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)
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 tokenId, uint256 amount, bytes data)
setAmount(uint256 _newAmount)
setApprovalForAll(address operator, bool approved)
setEndTime(uint256 _endTime)
setOperatorFilterEnabled(bool value)
setStarTime(uint256 _starTime)
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
NewEndTime(uint256 endTime)
NewStartTime(uint256 startTime)
NewUsdAmount(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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.
AlreadyRevoked()
OnlyOwner()
OperatorNotAllowed(address operator)