BRAINTOADZ
Verified contract
Active on
Ethereum with 637 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($3,966.23)
Native
Value
$3,966.23
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 1.1932 | $3,324.03 |
$3,966.23 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21235079 | 3 days ago | | | 0.019 | 0.00087710129 | |
| 21235073 | 3 days ago | | | 0.0038 | 0.0011291266 | |
| 21094181 | 23 days ago | | | 0.0038 | 0.0015038434 | |
| 21073658 | a month ago | | | 0 | 0.00059677829 | |
| 21056122 | a month ago | | | 0 | 0.00032934637 | |
| 21028448 | a month ago | | | 0.019 | 0.0011197937 | |
| 21025974 | a month ago | | | 0.0114 | 0.00059485166 | |
| 21019017 | a month ago | | | 0 | 0.00028825309 | |
| 20948409 | a month ago | | | 0 | 0.00059178999 | |
| 20928609 | 2 months ago | | | 0.0038 | 0.0030763201 |
ABI
ABI objects
Getter at block 21259393
baseURI() view returns (string)
ipfs://QmdULWaHxHy2PnM2eVQ1CrvcT5bfDu7vj4Vv8LRrHyabYX/
cost() view returns (uint256)
3800000000000000
freezeURI() view returns (bool)
false
maxMint() view returns (uint16)
500
maxSupply() view returns (uint16)
3333
name() view returns (string)
BRAINTOADZ
owner() view returns (address)
0xf77a1008f32bc46403c80991e2f590888f750ce5
preCost() view returns (uint256)
69000000000000000
presaleOpen() view returns (bool)
false
publicOpen() view returns (bool)
true
reveal() view returns (bool)
true
saleCost() view returns (uint256)
3800000000000000
symbol() view returns (string)
TOADZ
totalSupply() view returns (uint256)
1150
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isValidMerkleProof(address to, bytes32[] merkleProof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
mint(uint16 mintAmount, bytes32[] merkleProof) payable
reduceMaxSupply(uint16 newMax)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseTokenURI, bool setReveal)
setDefaultRoyalty(address receiver, uint96 feeNumerator)
setFreezeURI()
setMaxMint(uint16 _newMax)
setPreCost(uint256 _newCost)
setPresaleOpen(bool _status)
setPublicOpen(bool _status)
setSaleCost(uint256 _newCost)
setWhitelistMerkleRoot(bytes32 merkleRoot)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdraw()
withdrawToken(address token)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PaymentReceived(address from, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()