ThunderBuddiez
Verified contract
Active on
Ethereum with 2,099 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
7 additional
variables
Balances ($128.31)
Native
Value
$128.31
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.04 | $3,207.82 |
$128.31 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21375457 | 9 days ago | | | 0 | 0.00038154494 | |
| 20659459 | 4 months ago | | | 0 | 0.000029599716 | |
| 20560384 | 4 months ago | | | 0 | 0.000038142311 | |
| 20560375 | 4 months ago | | | 0 | 0.000038380765 | |
| 19431563 | 9 months ago | | | 0 | 0.0023298027 | |
| 18894107 | a year ago | | | 0 | 0.00087526504 | |
| 18583047 | a year ago | | | 0 | 0.00057669222 | |
| 18167319 | a year ago | | | 0 | 0.00039522444 | |
| 17680825 | a year ago | | | 0 | 0.0010995304 | |
| 17443056 | 2 years ago | | | 0 | 0.00096408143 |
ABI
ABI objects
Getter at block 21443159
MAX_SUPPLY() view returns (uint256)
8888
PRESALE_PRICE() view returns (uint256)
0
PRICE() view returns (uint256)
10000000000000000
_airdropCounter() view returns (uint256)
502
_isActive() view returns (bool)
true
_preSaleListCounter() view returns (uint256)
4131
_presaleActive() view returns (bool)
false
_publicCounter() view returns (uint256)
4259
_reserveCounter() view returns (uint256)
0
_revealed() view returns (bool)
true
_teamMintCounter() view returns (uint256)
0
baseExtension() view returns (string)
.json
getBalance() view returns (uint256)
40000000000000000
maxPresale() view returns (uint256)
5000
maxPresaleMintAmount() view returns (uint256)
8
maxPublic() view returns (uint256)
8888
maxpublicsaleMintAmount() view returns (uint256)
500
name() view returns (string)
ThunderBuddiez
notRevealedUri() view returns (string)
https://thunderbuddiez.com/non-reveal/reveal.json
owner() view returns (address)
0x89cf426147071e31e7d4cd7338e2438eca126f99
preSaleRoot() view returns (bytes32)
0xc368d675a36f946cacf0ff6e8a750039d44d84cca715f592e08a3607e869bcf8
symbol() view returns (string)
TB
totalSupply() view returns (uint256)
8892
Read-only
_preSaleMintCounter(address) view returns (uint256)
_publicsaleMintCounter(address) view returns (uint256)
allowList(address) view returns (bool)
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)
State-modifying
Events addToPreSaleOverflow(address[] addresses)
airDrop(address to, uint256 quantity)
approve(address to, uint256 tokenId)
mintPreSaleTokens(uint8 quantity, bytes32[] _merkleProof) payable
presaleActive(bool isActive)
publicSaleMint(uint256 quantity) payable
renounceOwnership()
reserveMint(uint256 quantity)
reveal(bool _state)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActive(bool isActive)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setCost(uint256 _newCost)
setMaxPresale(uint256 _maxPresale)
setMaxPresaleMintAmount(uint256 _newQty)
setMaxPublic(uint256 _maxPublic)
setNotRevealedURI(string _notRevealedURI)
setPreSaleRoot(bytes32 _merkleRoot)
setPresaleMintPrice(uint256 _newCost)
setPublicsaleMintAmount(uint256 _newQty)
teamMint(address to, uint256 quantity)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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 name, string symbol, string _notRevealedUri)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()