The Turtles
Verified contract
Active on
Ethereum with 8,760 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0b21…cb72
Balances ($0.00)
No balances found for "The Turtles"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19927769 | 6 months ago | | | 0 | 0.00029027612 | |
| 19891242 | 6 months ago | | | 0 | 0.00014723918 | |
| 19388698 | 8 months ago | | | 0 | 0.0020641639 | |
| 19231677 | 9 months ago | | | 0 | 0.00094787864 | |
| 18492681 | a year ago | | | 0 | 0.0015454952 | |
| 18301138 | a year ago | | | 0 | 0.00029397789 | |
| 18016395 | a year ago | | | 0 | 0.00094600625 | |
| 17968743 | a year ago | | | 0 | 0.00079145927 | |
| 17618858 | a year ago | | | 0 | 0.00065905177 | |
| 17079210 | 2 years ago | | | 0 | 0.0014296326 |
ABI
ABI objects
Getter at block 21202885
COLLECTION_SIZE() view returns (uint16)
4321
MANAGER_ROLE() view returns (bytes32)
0x241ecf16d79d0f8dbfb92cbc07fe17840425976cf0667f022fe9877caa831b08
MAX_TOKENS_PUBLIC_SALE() view returns (uint8)
1
MAX_TOKENS_WHITELIST_SALE() view returns (uint8)
1
RESERVE_TOKENS_LIMIT() view returns (uint8)
200
getCurrentSaleStage() view returns (uint8)
2
name() view returns (string)
The Turtles
owner() view returns (address)
0x67e1dbc3aa30a6628b1f43346c8da9fd59532ca5
publicSaleStartTime() view returns (uint32)
1661469600
symbol() view returns (string)
TUR
totalSupply() view returns (uint256)
4121
whitelistSaleStartTime() view returns (uint32)
1661454000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelistAddress(address owner) view returns (bool)
numberAbleToMint(address owner) view returns (uint256)
numberMinted(address owner) view returns (uint256)
numberMintedDuringWhitelistSale(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
renounceOwnership()
reserveTokens(address reserveToAddress, uint16 tokensCount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
saleMint(uint256 quantity)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setPublicSaleStartTime(uint32 unixTime)
setWhitelistSaleStartTime(uint32 unixTime)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(address whitelistContract, address[] managers)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()