The Art of Seasons
Verified contract
Active on
Ethereum with 28,068 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 "The Art of Seasons"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21252990 | 14 hours ago | | | 0 | 0.00046124376 | |
| 21250699 | a day ago | | | 0 | 0.00064883529 | |
| 21246683 | a day ago | | | 0 | 0.00059512787 | |
| 21246512 | a day ago | | | 0 | 0.00060327808 | |
| 21246467 | a day ago | | | 0 | 0.00064906390 | |
| 21246430 | a day ago | | | 0 | 0.00073513572 | |
| 21246426 | a day ago | | | 0 | 0.00078451147 | |
| 21246421 | a day ago | | | 0 | 0.00075448288 | |
| 21246413 | 2 days ago | | | 0 | 0.00079383729 | |
| 21245613 | 2 days ago | | | 0 | 0.00060102387 |
ABI
ABI objects
Getter at block 21257174
CLAIMER_MINT_PRICE() view returns (uint256)
40000000000000000
MAX_MINT_DURING_CLAIM() view returns (uint256)
2
MAX_MINT_PER_TX() view returns (uint256)
8
MAX_SEASONS_COUNT() view returns (uint256)
6304
MINT_PRICE() view returns (uint256)
80000000000000000
SUMMER_MAX_TOKEN_ID() view returns (uint256)
8564
locked() view returns (bool)
false
name() view returns (string)
The Art of Seasons
owner() view returns (address)
0x7601305829b7e97b1696778a4bf9607e644f0057
royaltyAddress() view returns (address)
0xf33654f85ba6b567f8841c8c954635b27e14c49d
royaltyPercent() view returns (uint256)
5
seasonsMintOpen() view returns (bool)
false
sigSigner() view returns (address)
0x60d190772500faca6a32e2b88ff0cfe5d9d75142
summerTokensClaimable() view returns (bool)
false
symbol() view returns (string)
TAOS
tokensClaimed() view returns (uint256)
933
tokensMinted() view returns (uint256)
6304
totalSupply() view returns (uint256)
7237
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMintedDuringClaim(uint256 ticket) view returns (uint256)
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 approve(address to, uint256 tokenId)
claimAllSummer(bytes signature, uint256[] tokens) payable
claimAllSummerAndMint(bytes claimSignature, bytes ticketSignature, uint256[] tokens, uint256 ticket, uint256 mintQty) payable
claimSummer(bytes claimSignature, uint256[] tokens, uint256[] claimIdxs) payable
claimSummerAndMint(bytes claimSignature, bytes ticketSignature, uint256[] tokens, uint256[] claimIdxs, uint256 ticket, uint256 mintQty) payable
devClaimForHolder(uint256 tokenId, address to)
devMint(uint256 quantity, address to)
lockBaseURI()
mintForSummerHolder(bytes ticketSignature, uint256 ticket, uint256 quantity) payable
mintSeason(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setRoyaltyPercentage(uint256 royaltyPercentage)
setRoyaltyReceiver(address royaltyReceiver)
setSigSigner(address signer)
toggleClaiming()
toggleMint()
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PermanentURI(string _value, uint256 indexed _id)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
BaseURILocked()
InncorrectLengths()
InvalidSignature()
MaxMintExceeded()
MintZeroQuantity()
NoContractMints()
NotEnoughEth()
OwnerIsZeroAddress()
OwnerQueryForNonexistentToken()
RoyaltyInfoForNonexistentToken()
SeasonsMintClosed()
SummerTokensClaimClosed()
TokenAlreadyExists()
TokenNotClaimable()
TransferCallerNotOwnerNorApproved()
TransferFailed()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()