PixelTurtles
Verified contract
Active on
Ethereum with 937 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 "PixelTurtles"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20662852 | 3 months ago | | | 0 | 0.000085104246 | |
| 19095354 | a year ago | | | 0 | 0.00031711411 | |
| 17804292 | a year ago | | | 0 | 0.00037430810 | |
| 16483495 | 2 years ago | | | 0 | 0.0011344472 | |
| 16483493 | 2 years ago | | | 0 | 0.0012062349 | |
| 16458273 | 2 years ago | | | 0 | 0.00069830182 | |
| 16337066 | 2 years ago | | | 0 | 0.0013853479 | |
| 16313487 | 2 years ago | | | 0 | 0.00064164087 | |
| 16305657 | 2 years ago | | | 0 | 0.00077806977 | |
| 16234903 | 2 years ago | | | 0 | 0.00069228437 |
ABI
ABI objects
Getter at block 21401707
BASE_URI() view returns (string)
https://pixelturtles.io/api/
MAX_TURTLES() view returns (uint256)
10000
maxTurtlePurchase() view returns (uint256)
20
name() view returns (string)
PixelTurtles
owner() view returns (address)
0xea77ca43b60e41ebdeb46f463db17d5d31829f0d
saleIsActive() view returns (bool)
false
symbol() view returns (string)
PXL
totalSupply() view returns (uint256)
1624
turtleReserve() view returns (uint256)
96
Read-only
balanceOf(address owner) view returns (uint256)
calculatePrice(uint256 numberOfTokens) view returns (uint256)
calculatePriceForToken(uint256 _id) pure 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)
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)
flipSaleState()
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)
setBaseURI(string baseURI)
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)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.