I Like Turtles
Verified contract
Active on
Ethereum with 816 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "I Like Turtles"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20156368 | 5 months ago | | | 0 | 0.00014890695 | |
| 18935027 | 10 months ago | | | 0 | 0.00098781683 | |
| 18916026 | a year ago | | | 0 | 0.00057010571 | |
| 18902601 | a year ago | | | 0 | 0.00057688057 | |
| 18739744 | a year ago | | | 0 | 0.0015469444 | |
| 18696444 | a year ago | | | 0 | 0.00063817014 | |
| 17969063 | a year ago | | | 0 | 0.0010694520 | |
| 17770834 | a year ago | | | 0 | 0.0020292964 | |
| 17609561 | a year ago | | | 0 | 0.00033014644 | |
| 17405704 | a year ago | | | 0 | 0.00091593158 |
ABI
ABI objects
Getter at block 21209011
BASE_URI() view returns (string)
ipfs://QmWuyMma7txkd1EWc9CwyTLYbj4fTwBDFJenGpHvSanS1W/
LICENSE_TEXT() view returns (string)
MAX_TURTLES() view returns (uint256)
1000
maxTurtlePurchase() view returns (uint256)
20
name() view returns (string)
I Like Turtles
owner() view returns (address)
0x82db33c8cb592f98c69b8067c905ed4f5a114a61
saleIsActive() view returns (bool)
true
symbol() view returns (string)
TURTLE
totalSupply() view returns (uint256)
1000
turtlePrice() view returns (uint256)
20000000000000000
turtleReserve() view returns (uint256)
0
Read-only
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenLicense(uint256 _id) view returns (string)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
changeBaseUri(string _baseUri)
changeLicense(string _license)
flipSaleState()
lockBaseUri()
lockLicense()
mintTurtle(uint256 numberOfTokens) payable
renounceOwnership()
reserveTurtles(address _to, uint256 _reserveAmount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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)
baseUriIsLocked(string _baseUri)
licenseIsLocked(string _licenseText)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.