STATE OF THE ART by ThankYouX
Verified contract
Active on
Ethereum with 3,511 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
2 additional
variables
Balances ($0.00)
No balances found for "STATE OF THE ART by ThankYouX"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21258535 | 9 days ago | | | 0 | 0.00054577491 | |
| 21243334 | 11 days ago | | | 0 | 0.00091587285 | |
| 21024434 | a month ago | | | 0 | 0.00026406800 | |
| 20967213 | 2 months ago | | | 0 | 0.00056554166 | |
| 20686599 | 3 months ago | | | 0 | 0.00025200232 | |
| 20669923 | 3 months ago | | | 0 | 0.00018166745 | |
| 20576451 | 3 months ago | | | 0 | 0.000038714653 | |
| 20554773 | 3 months ago | | | 0 | 0.000089025201 | |
| 20524157 | 4 months ago | | | 0 | 0.000054979832 | |
| 20379210 | 4 months ago | | | 0 | 0.00020284624 |
ABI
ABI objects
Getter at block 21320752
adminAddress() view returns (address)
0x72dbe00de00edf158aebee2c82b7e2f19a8c19a8
mergeOpen() view returns (bool)
false
mergeSigner() view returns (address)
0x6853ac5c7426d958301f2adab8e76879f757482d
merkleRoot() view returns (bytes32)
0x36d51770a604c14864dcb890f4bfe5d2612a6ab064a39c386014114f9946eca7
mintAllowance() view returns (uint256)
10
mintPrice() view returns (uint256)
250000000000000000
name() view returns (string)
STATE OF THE ART by ThankYouX
owner() view returns (address)
0xa84234ee92a65e31af7ba40af58cd5b89e8b52b4
payoutAddress() view returns (address)
0xa84234ee92a65e31af7ba40af58cd5b89e8b52b4
preSaleOpen() view returns (bool)
false
publicSaleOpen() view returns (bool)
false
symbol() view returns (string)
SOTAX
tokensSet() view returns (bool)
true
totalSupply() view returns (uint256)
1750
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getBlockListStatus(address operator) view returns (bool)
getNumMinted(address user) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address[] addresses)
approve(address to, uint256 tokenId)
closeMerge()
closeSales()
merge(uint256[] tokens, string uri, bytes sig)
mint(uint256 numToMint, bytes32[] merkleProof) payable
openMerge()
openPreSale()
openPublicSale()
ownerMint(uint256 numToMint)
renounceAdmin()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setAdminAddress(address newAdmin)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newUri)
setBlockListStatus(address operator, bool status)
setMergeSigner(address newMergeSigner)
setMerkleRoot(bytes32 newMerkleRoot)
setMintAllowance(uint256 newAllowance)
setMintPrice(uint256 newPrice)
setPayoutAddress(address newPayout)
setRoyaltyInfo(address newAddr, uint256 newPerc)
setTokenArray()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
BlockListStatusChange(address indexed operator, bool indexed status)
Merge(address indexed owner, uint256 indexed mergedTokenId, string indexed newTokenUri, uint256[] burnedTokens)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address admin, address payout, bytes32 root, uint256 price, uint256 allowance, string initUri, address signer, address royaltyPayout, uint256 royaltyPerc)
This contract contains no fallback and receive objects.
This contract contains no error objects.