Toxic Turtles
Verified contract
Active on
Ethereum with 1,338 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($107.46)
Native
Value
$107.46
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.031 | $3,466.59 |
$107.46 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19762853 | 7 months ago | | | 0 | 0.00044753625 | |
| 19715723 | 7 months ago | | | 0 | 0.00029637452 | |
| 18895786 | a year ago | | | 0 | 0.00071879182 | |
| 18895604 | a year ago | | | 0 | 0.00074326556 | |
| 18551664 | a year ago | | | 0 | 0.0012759346 | |
| 17069326 | 2 years ago | | | 0 | 0.0018265728 | |
| 16911781 | 2 years ago | | | 0 | 0.00039626090 | |
| 16909228 | 2 years ago | | | 0 | 0.00059586380 | |
| 16774401 | 2 years ago | | | 0 | 0.00095104542 | |
| 16751591 | 2 years ago | | | 0 | 0.0024305372 |
ABI
ABI objects
Getter at block 21265104
maxMintAmountPerTx() view returns (uint256)
10
maxPresale() view returns (uint256)
1
maxPublic() view returns (uint256)
20
maxSupply() view returns (uint256)
5000
name() view returns (string)
Toxic Turtles
owner() view returns (address)
0xed96f6631f543d73d0760df4d3327fb842967c2f
presalePrice() view returns (uint256)
0
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
publicPrice() view returns (uint256)
0
saleStatus() view returns (uint256)
0
signerAddress() view returns (address)
0x7c6b970ef4e98e973830735a3ee89c2baa8a1b1c
symbol() view returns (string)
TT
totalSupply() view returns (uint256)
5000
uriPrefix() view returns (string)
https://gateway.pinata.cloud/ipfs/Qmbhv5d1sajQuuj91wB8GBCX3E5D5ZkmtGmw87zW6nQZVG/
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMessageHash(address _message) pure returns (bytes32)
getMessageHashEth(bytes32 _sender) pure returns (bytes32)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
preSaleListCounter(address) view returns (uint256)
publicCounter(address) view returns (uint256)
recoverSigner(bytes32 _messageHash, bytes _signature) pure returns (address)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
splitSignature(bytes _sig) pure returns (bytes32 r, bytes32 s, uint8 v)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
verify(bytes _signature, address sender) view returns (bool)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mintForAddress(uint256 _mintAmount, address _receiver)
publicMint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setDefaultRoyalty(address _receiver, uint96 _feeNumerator)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMaxPresale(uint256 _maxMintAmountPresale)
setMaxPublic(uint256 _maxMintAmountPublic)
setPresalePrice(uint256 _cost)
setPublicPrice(uint256 _cost)
setSaleStatus(uint256 _status)
setSignerAddress(address newSigner)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(bytes sig) payable
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()