TWD Avatar
Verified contract
Active on
Ethereum with 1,286 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "TWD Avatar"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20911023 | 2 months ago | | | 0 | 0.00051357863 | |
| 20802379 | 2 months ago | | | 0 | 0.00032281322 | |
| 20733959 | 3 months ago | | | 0 | 0.00010618832 | |
| 20731547 | 3 months ago | | | 0 | 0.00011029760 | |
| 20724447 | 3 months ago | | | 0 | 0.00012104392 | |
| 20685562 | 3 months ago | | | 0 | 0.00020974796 | |
| 20684757 | 3 months ago | | | 0 | 0.00019544111 | |
| 20649563 | 3 months ago | | | 0 | 0.000059349013 | |
| 20427213 | 4 months ago | | | 0 | 0.0010429155 | |
| 20427152 | 4 months ago | | | 0 | 0.0017416330 |
ABI
ABI objects
Getter at block 21318767
MAX_MINT_BATCH() view returns (uint32)
20
PROVENANCE_HASH() view returns (string)
SEED_PHRASE_HASH() view returns (string)
_contractURI() view returns (string)
https://api.orangecomet.io/collectible-contracts/twd-avatar/opensea
baseURI() view returns (string)
https://api.orangecomet.io/collectible-metadata/twd-avatar/
beneficiary() view returns (address)
0xad87b6f80686f5c797f89edcba27f1325afc2718
contractURI() view returns (string)
https://api.orangecomet.io/collectible-contracts/twd-avatar/opensea
discountPrice() view returns (uint256)
40000000000000000
getPhase() view returns (uint8)
6
getPrice() view returns (uint256)
60000000000000000
getStartTime() view returns (uint256)
1664910000
getTierFromPhase() view returns (uint8)
0
isListActive() view returns (bool)
false
isPublicActive() view returns (bool)
false
merkleRoot() view returns (bytes32)
0x663031fc000ab5c0eb1b14dab74bdf731b6d20a3d592adad22287029356aaf3f
name() view returns (string)
TWD Avatar
owner() view returns (address)
0x6c54d92e15cdd55af5167ae7454a2409de1b05c7
price() view returns (uint256)
60000000000000000
royalties() view returns (address)
0xad87b6f80686f5c797f89edcba27f1325afc2718
saleConfig() view returns (uint32 endTime, uint32 tier1StartTime, uint32 tier2StartTime, uint32 noLimitStartTime, uint32 publicStartTime)
(endTime=1665691200, tier1StartTime=1664910000, tier2StartTime=1664974800, noLimitStartTime=1664989200, publicStartTime=1664996400)
symbol() view returns (string)
TWD-AVATAR
termsURI() view returns (string)
ipfs://Qmbv7aLanDrHKgpZHjcuEaVQB5Em6qPGUJK3ydQdtzzuro
totalSupply() view returns (uint256)
1424
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airDrop(struct TWDAvatarMintEntity[] entities)
approve(address to, uint256 tokenId)
mint(uint256 quantity) payable
mintList(uint256 quantity, bytes32[] merkleProof, uint256 maxQuantity) payable
ownerMint(address to, uint256 amount)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setBeneficiary(address _beneficiary)
setContractURI(string uri)
setDiscountPrice(uint256 value)
setMerkleRoot(bytes32 _merkleRoot)
setNoLimitStartTime(uint32 time)
setPhase(uint8 _phase)
setPrice(uint256 value)
setProvenanceHash(string hash)
setPublicStartTime(uint32 time)
setRoyalties(address _royalties)
setSaleEndTime(uint32 time)
setSeedPhraseHash(string hash)
setTermsURI(string uri)
setTier1StartTime(uint32 time)
setTier2StartTime(uint32 time)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
MintListTier(uint8 tier)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address _royalties, string _initialBaseURI, string _initialContractURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()