Holiday_8sian_CNY
Verified contract
Active on
Ethereum with 1,267 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Holiday_8sian_CNY"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19179335 | 9 months ago | | | 0 | 0.00082609437 | |
| 19092765 | 10 months ago | | | 0 | 0.00048869166 | |
| 18906104 | a year ago | | | 0 | 0.00042690874 | |
| 18849574 | a year ago | | | 0 | 0.0013936990 | |
| 18824947 | a year ago | | | 0 | 0.0015162082 | |
| 17607655 | a year ago | | | 0 | 0.00087561370 | |
| 17306629 | a year ago | | | 0 | 0.00072790715 | |
| 17264374 | 2 years ago | | | 0 | 0.00094907656 | |
| 17026438 | 2 years ago | | | 0 | 0.00078024248 | |
| 16663683 | 2 years ago | | | 0 | 0.00065079489 |
ABI
ABI objects
Getter at block 21206198
MAX_PER_TX() view returns (uint256)
3
MAX_TOKENS() view returns (uint256)
888
PUBLIC_SALE_PRICE() view returns (uint256)
50000000000000000
currentSeason() view returns (uint32)
1
owner() view returns (address)
0xff71692dca098a03e450a24270824ec3207ec932
privateLive() view returns (bool)
false
publicLive() view returns (bool)
true
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
buyersList(uint32, address) view returns (bool)
exists(uint256 id) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
seasonTokens(uint32, uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
totalSupply(uint256 id) view returns (uint256)
uri(uint256) view returns (string)
State-modifying
Events addSeasonTokens(uint256 amount, bool newSeason)
changeSeason(uint32 season)
gift(address[] receivers, uint256[] ids)
privateMint(bytes signature, uint256 id)
publicMint(bytes signature, uint256[] ids, uint256[] amount, uint256 _nonce) payable
renounceOwnership()
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)
setPrice(uint256 price)
togglePrivateSaleStatus()
togglePublicSaleStatus()
transferOwnership(address newOwner)
withdraw()
ApprovalForAll(address indexed account, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.