McSeason

Verified contract

Active on Ethereum with 1,668 txns
Deployed by via 0x27f6624f at 15010061
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "McSeason"

0xa3f892510321101535efec85cdc600ef855a70296928210cda377aa341fb2231
0x29b1fce6abd0b026db568cae4b485afc01e5c9f031cf0827a2da758d5b5a5ebf
0x0529f35822dcd977beb37f57456691e41e0609b492a90a0d4bef39787b518ede
0x698d4967c9d71b9cbc8e9bd999e28d4a8da9609dfb0d1b355d7e7b0a904d600d
0xd913d26819af8681cf792377922215bcc496bb89276133b61536d38986a1c541
0x8e635b785fc5655d265477e8faf20707198582e3ef796f9aa2707eb6d401516f
0x63705c95686e24a2d5fd4bbc96171526f7b3db83daf565b37abd101fb5bba693
0x4845797246b168a62a418c7c96e4d7d9d8ebb65f222987b71805deafde062ce1
0x0e9b5bbd070d29cd45a7ed11ef8e7065f6595902e22492435520acc515b30bff
0x02e66c9491f456d51bf41cd45071475b018c8a94576b4b62eb2ea34ebc5ea10d
From

Functions
Getter at block 21321119
cost(view returns (uint256)
0
maxMintAmountPerTx(view returns (uint256)
3
maxMintAmountPerWallet(view returns (uint256)
3
maxSupply(view returns (uint256)
3333
merkleRoot(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
name(view returns (string)
McSeason
owner(view returns (address)
0x706f47cf365bb1642b42c69b4a3030e41d11f8c7
paused(view returns (bool)
false
symbol(view returns (string)
MCSEA
totalSupply(view returns (uint256)
3333
uriPrefix(view returns (string)
https://mcseason.wtf/public/api/metadata/
uriSuffix(view returns (string)
.json
Read-only
balanceOf(address ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 _tokenIdview returns (string)
walletOfOwner(address _ownerview returns (uint256[])
State-modifying
approve(address touint256 tokenId
mint(uint256 _mintAmountpayable 
mintForAddress(uint256 _mintAmountaddress _receiver
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setCost(uint256 _cost
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx
setMaxMintAmountPerWallet(uint256 _maxMintAmountPerWallet
setMerkleRoot(bytes32 _merkleRoot
setPaused(bool _state
setUriPrefix(string _uriPrefix
setUriSuffix(string _uriSuffix
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
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _tokenNamestring _tokenSymboluint256 _costuint256 _maxSupplyuint256 _maxMintAmountPerTxuint256 _maxMintAmountPerWalletstring _metadataUri
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(