Jail Turtles
Verified contract
Active on
Ethereum with 2,381 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xc92d…ac79
Balances ($0.00)
No balances found for "Jail Turtles"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19263295 | 9 months ago | | | 0 | 0.0022125610 | |
| 19172261 | 9 months ago | | | 0 | 0.00056912278 | |
| 19066735 | 10 months ago | | | 0 | 0.00026222181 | |
| 18911078 | a year ago | | | 0 | 0.00041834633 | |
| 18909872 | a year ago | | | 0 | 0.00047652431 | |
| 18895713 | a year ago | | | 0 | 0.00069618696 | |
| 18831493 | a year ago | | | 0 | 0.0016106156 | |
| 18802935 | a year ago | | | 0 | 0.00080181324 | |
| 18779912 | a year ago | | | 0 | 0.0012984956 | |
| 18752831 | a year ago | | | 0 | 0.0011957000 |
ABI
ABI objects
Getter at block 21207349
MAX_PER_TXN() view returns (uint256)
20
name() view returns (string)
Jail Turtles
owner() view returns (address)
0xcacb14f177cd6872bbdfceaa4bcc617499d00120
symbol() view returns (string)
#FreeTheTurtles
totalSupply() view returns (uint256)
2498
Read-only
balanceOf(address owner) view returns (uint256)
claimedTurtles(uint256) view returns (bool)
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
freeMint(uint256 tokenId)
freeMintMultiple(uint256 amount, uint256[] tokenIds)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setURI(string _URI)
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)
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.
This contract contains no error objects.