Collection
Verified contract
Active on
Ethereum with 395 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 "Collection"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21115178 | 13 days ago | | | 0 | 0.00033299583 | |
| 21114840 | 13 days ago | | | 0 | 0.00039616977 | |
| 20980009 | a month ago | | | 0 | 0.00059950514 | |
| 20847460 | 2 months ago | | | 0 | 0.00035829444 | |
| 20767796 | 2 months ago | | | 0 | 0.00015686294 | |
| 20649708 | 3 months ago | | | 0 | 0.000056900727 | |
| 20607624 | 3 months ago | | | 0 | 0.000044749021 | |
| 20571576 | 3 months ago | | | 0 | 0.000082518427 | |
| 20562420 | 3 months ago | | | 0 | 0.00010239000 | |
| 20271633 | 4 months ago | | | 0 | 0.00024793563 |
ABI
ABI objects
Getter at block 21210268
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
amount() view returns (uint256)
5000000000000000000000000
available() view returns (uint256)
163
endTime() view returns (uint256)
1626728400
ernTreasure() view returns (address)
0xfbc3b76a206f03f1edbf411f280444cd3fd9c7c8
facAddress() view returns (address)
0x4369cea3ea6b07fac2a506e5954d1511a2936042
moneyHand() view returns (address)
0xfbbb0db0b33dc38c65443e4f3aeae2b79a0d35f6
percent() view returns (uint256)
1000000000000000000
sold() view returns (uint256)
337
startTime() view returns (uint256)
1626555600
total() view returns (uint256)
500
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 _treasure, address _moneyHandler)
buy(address buyer, uint256 _id)
grantRole(bytes32 role, address account)
mint(address to, uint256 _id)
mintBatch(address to, uint256[] ids)
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)
setApprovalForAll(address operator, bool approved)
setEndTime(uint256 _endTime)
setStarTime(uint256 _starTime)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Minted(address indexed operator, address indexed to, uint256 indexed id, 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)
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, uint256 _total, uint256 _startTime, uint256 _endTime, uint256 _amount, uint256 _percent, address admin, address _facAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.