Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 5830 additional slots
-
variable spans 2 additional slots
3 additional
variables
Balances ($0.00)
No balances found for "YING"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20225194 | 5 months ago | | | 0 | 0.00020566736 | |
| 19996534 | 6 months ago | | | 0 | 0.00010716045 | |
| 19695672 | 7 months ago | | | 0 | 0.00021412513 | |
| 19658865 | 7 months ago | | | 0 | 0.00046395237 | |
| 19381570 | 8 months ago | | | 0 | 0.0023841845 | |
| 19045399 | 10 months ago | | | 0 | 0.00072907210 | |
| 18666668 | a year ago | | | 0 | 0.0013759881 | |
| 18390150 | a year ago | | | 0 | 0.00036815050 | |
| 18353622 | a year ago | | | 0 | 0.00024008819 | |
| 18254213 | a year ago | | | 0 | 0.00030481087 |
ABI
ABI objects
Getter at block 21224874 getPermissions() view returns (address[], uint8[])
CONTRACT_SHIELD() view returns (uint256)
1942123432145421
MAINTAINER() view returns (uint8)
2
MANAGER() view returns (uint8)
1
MAX_SUPPLY() view returns (uint256)
5831
NO_PERMISSION() view returns (uint8)
0
OPERATOR() view returns (uint8)
3
contractSealed() view returns (bool)
false
isRaisingAllowed() view returns (bool)
true
isRaisingTransferAllowed() view returns (bool)
false
isRefundEnabled() view returns (bool)
false
name() view returns (string)
YING
owner() view returns (address)
0xb5c0d330a68193ab759cf5b5bf92ed6336d350d9
paused() view returns (bool)
false
provenance() view returns (string)
c9035c533f220120f6f80f98ec5a3e6e3e061f5e1327aa9a443847f7d07ea4fb
refundAddress() view returns (address)
0xb5c0d330a68193ab759cf5b5bf92ed6336d350d9
refundConfig() view returns (uint256 startTime, uint256 stopTime, uint256 price)
(startTime=1659960000, stopTime=1662552000, price=100000000000000000)
symbol() view returns (string)
YING
totalBurned() view returns (uint256)
0
totalMinted() view returns (uint256)
3769
totalSupply() view returns (uint256)
3769
yingCfg() view returns (uint256 maxSupply, bool rejectFreeMintRefund)
(maxSupply=5831, rejectFreeMintRefund=false)
Read-only
balanceOf(address owner) view returns (uint256)
base58(bytes data_) pure returns (bytes)
cidv0(bytes32 sha256Hash_) pure returns (string)
exists(uint256 tokenId_) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getPermission(address address_) view returns (uint8)
getTokenRaisingStatus(uint256[] tokenIDs_) view returns (struct HootBaseERC721RaisingRaisingCurrentStatus[])
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
ownersOf(uint256[] tokenIDs_) view returns (address[])
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId_) view returns (string)
tokensOfOwner(address owner_) view returns (uint256[])
unsafeTokenURIBatch(uint256[] tokenIds_) view returns (string[])
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256[] tokenIds_)
deposit() payable
doTokenRaising(uint256[] tokenIds_, uint16 raisingType_, bool isStart_)
emergencyPause()
freeStores()
init(uint256 startIndex, uint256 stopIndex)
interruptTokenRaising(uint256[] tokenIds_)
mintTransfer(address address_, uint256 blindTokenId_) returns (uint256)
mintTransferBatch(address address_, uint256[] blindTokenIds_) returns (uint256[])
refund(uint256 tokenId_)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
safeTransferWhileRaising(address from_, address to_, uint256 tokenId_)
sealContract()
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri_)
setIsRaisingAllowed(bool isRaisingAllowed_, bool isRaisingTransferAllowed_)
setLevelsBaseURI(uint256[] levels_, string[] uris_)
setPermission(address address_, uint8 permission_)
setProvenance(string provenance_)
setRefundAddress(address refundAddress_)
setRefundConfig(struct HootBaseERC721RefundRefundConfig cfg_)
setTokenHash(uint256 tokenId_, bytes32 tokenHash_)
setTokenHashBatch(uint256[] tokenIds_, bytes32[] tokenHashes_)
setTokensLevel(uint256[] tokens_, uint256[] levels_)
setYINGBlindContract(address contractAddress_)
setYINGConfig(struct YINGYINGConfig cfg_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
withdraw(uint256 w)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BaseURIChanged(string uri)
ContractParsed()
ContractSealed()
ContractUnparsed()
Deposit(address indexed account, uint256 amount)
LevelBaseURIChanged(uint256 level, string uri)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PermissionChanged(address indexed addr, uint8 permission)
ProvenanceUpdated(string procenance)
RaisingAllowedFlagChanged(bool isRaisingAllowed, bool isRaisingTransferAllowed)
RaisingInterrupted(uint256 indexed tokenId, address indexed operator)
RaisingStatusChanged(uint256 indexed tokenId, address indexed owner, uint16 indexed raisingType, bool isStart)
RaisingTokenTransfered(address indexed from, address indexed to, uint256 indexed tokenId)
RefundAddressChanged(address indexed refundAddress)
RefundConfigChanged(struct HootBaseERC721RefundRefundConfig config)
Refunded(address indexed from, address indexed to, uint256 tokenId, uint256 amount)
TokenHashSet(uint256 tokenId, bytes32 tokenHash)
TokenLevelChanged(uint256 tokenId, uint256 level)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
Withdraw(address indexed account, uint256 amount)
YINGBlindContractChanged(address blindAddress)
YINGConfigChanged(struct YINGYINGConfig cfg)
YINGRevealed(uint256 indexed blindTokenId, uint256 indexed yingTokenId)
constructor(struct YINGYINGConfig yingCfg_)
This contract contains no fallback and receive objects.
This contract contains no error objects.