ExodiaThunderEmblem

Verified contract

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

No balances found for "ExodiaThunderEmblem"

0x0a39873097ebca30d4f9691c535f2511ba672f1b5cd998d038514cba6038105b
From
0x985286df1c27f711bb6edb67c2ca7afc2e913d94f1d5e8e428ef6cf144452fb6
0x7af61c954d85b5bec1c16bdd9b23311d4b44d2fb27c1c390ed2c24fc1b57f2f6
0xc744f7945e5dfd11a9652024572420a0be6c5ca76f22f0adbc9c11247f2567e9
0x8df75e07172fbb9e2a87e2972383cb362a91d4631c3f5db0d1497aa9d7c75ca1
0x1e0744a1f0f9fb7eda1f4c781d1259e80d09bc5d1b19c1153d146239a7d763bf
0x0fe53e03f1bcb90a9c4a5d719ed2e3fac742f039410ce2f0b6d2338991b99490
0x1157a3d03fa49a8366063a8a9a028ecdc8e4798b6b488e8f2fdb1441e9a6798e
0x49d2ac7df1c8880a6a532bc75439aa5626bcb9f43cb1ead362a37630c35d7f8a
From
0x2c27a378096480c58019b335993101936538d28e44bc5fee51a40f37eb642814
From

Functions
Getter at block 21188527
locked(view returns (bool)
false
maxMintSupply(view returns (uint256)
3000
maxUserMintAmount(view returns (uint256)
1
merkleRoot(view returns (bytes32)
0x447b2bb973360184aa5609595c65c2a6bf39865603f1e733d12d28a49a6008c5
name(view returns (string)
ExodiaThunderEmblem
owner(view returns (address)
0x304f5af9d7eba6b37125b5e431d0cc00b9cd61b7
presaleActive(view returns (bool)
false
publicSaleActive(view returns (bool)
true
symbol(view returns (string)
THUNDER
totalSupply(view returns (uint256)
3000
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)
State-modifying
approve(address touint256 tokenId
lockMetadata(
mint(uint256 quantitypayable 
mintPresale(uint256 quantitybytes32[] proof
ownerMint(address touint256 quantity
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string uri
setMaxUserMintAmount(uint256 _maxUserMintAmount
setMerkleRoot(bytes32 _root
togglePresaleStatus(
togglePublicSaleStatus(
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
SetBaseUri(string uri
SetMerkleRoot(bytes32 root
TogglePresaleStatus(bool presaleStatus
TogglePublicSaleStatus(bool publicSaleStatus
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(