McSeason
Verified contract
Active on
Ethereum with 1,668 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 "McSeason"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15184855 | 2 years ago | | | 0 | 0.00039496760 | |
| 15112132 | 2 years ago | | | 0 | 0.00022823961 | |
| 15110105 | 2 years ago | | | 0 | 0.00047399880 | |
| 15093724 | 2 years ago | | | 0 | 0.00057275017 | |
| 15071594 | 2 years ago | | | 0 | 0.00073474888 | |
| 15071590 | 2 years ago | | | 0 | 0.0014745087 | |
| 15062377 | 2 years ago | | | 0 | 0.00059864641 | |
| 15055056 | 2 years ago | | | 0 | 0.00052396903 | |
| 15054695 | 2 years ago | | | 0 | 0.0013143447 | |
| 15053960 | 2 years ago | | | 0 | 0.0013892812 |
ABI
ABI objects
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 owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxMintAmountPerWallet(uint256 _maxMintAmountPerWallet)
setMerkleRoot(bytes32 _merkleRoot)
setPaused(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string _tokenName, string _tokenSymbol, uint256 _cost, uint256 _maxSupply, uint256 _maxMintAmountPerTx, uint256 _maxMintAmountPerWallet, string _metadataUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()