Seasons

Verified contract

Active on Ethereum with 864 txns
Deployed by via 0x8c1c6777 at 15243036
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Seasons"

0x72cc10d7cb93178bde47a8fe52c406fd2cd9bf6c1e428eb8b9de958f62b19c06
0x5de61e7e7846d3c7f8975ddcb5634750e89744793b2dfc9649b957f3dc873dd8
0x06ba6f7647a2ff28ab11b404b4c069592499d19e04b17c8afd8d3bb4065724ae
0xb18767264f3cf2348f1f419432456f70e738d5b2f1b1fe588b12226c37bfa3d3
0x418ac70ef368f09bcee8bbb908d402ae0317ddc62cef6f721d53c2713214b706
0x16d11addde53886a9efbfb8c6654cbf55d822b8993ded3b92ff277de4ec018c8
0xe3c2ccc239b9e65ee9d3a1fa96df990c56bc7e4f2a03c865f581156422bf8db4
0x138d292f0d5a7e38e49fb6c3e1290afaf2324ac6e3c1bb5c79f8919f31af9557
0x51ecff06583542293cb71552c5601c19a50d2742a8a661ffa499a1525d425153
0x14eb72f842de86b2b0413858e037069fb62c177fe4d4248302d4a469f8cebe6c

Functions
Getter at block 21383134
MAX_PER_WALLET(view returns (uint256)
3
contractURI(pure returns (string)
isPaused(view returns (bool)
false
maxSupply(view returns (uint256)
2750
name(view returns (string)
Seasons
owner(view returns (address)
0xfb42c6a5a840412f11d00ce0b2bfea98608f6863
symbol(view returns (string)
SNS
totalSupply(view returns (uint256)
2145
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
mintedCount(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
approve(address touint256 tokenId
devMint(address touint256 count
mint(uint256 signaturepayable 
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseUri(string url
setMaxSupply(uint256 newMaxSupply
start(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
ConsecutiveTransfer(uint256 indexed fromTokenIduint256 toTokenIdaddress indexed fromaddress indexed to
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintERC2309QuantityExceedsLimit(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
OwnershipNotInitializedForExtraData(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(