Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($8.75)
Native
Value
$8.75
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.00237 | $3,693.78 |
$8.75 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 14007854 | 3 years ago | | | 0.05 | 0.011178761 | |
| 13988990 | 3 years ago | | | 0.017 | 0.0090547946 | |
| 13988886 | 3 years ago | | | 0 | 0.0044987077 | |
| 13988871 | 3 years ago | | | 0.012 | 0.012243544 | |
| 5266482 | 7 years ago | | | 0 | 0.000059984000 | |
| 5265222 | 7 years ago | | | 0 | 0.000085964000 | |
| 5265216 | 7 years ago | | | 0 | 0.000087168000 | |
| 5265215 | 7 years ago | | | 0 | 0.000087168000 | |
| 5265060 | 7 years ago | | | 0 | 0.000087168000 | |
| 5265060 | 7 years ago | | | 0 | 0.000085836000 |
ABI
ABI objects
Getter at block 21304418
NAME() view returns (string)
Piranha
SYMBOL() view returns (string)
PiranhaToken
contractOwner() view returns (address)
0x5221f6800e26946d847aa8d47755cf6363031c47
implementsERC721() pure returns (bool)
true
name() pure returns (string)
Piranha
symbol() pure returns (string)
PiranhaToken
totalSupply() view returns (uint256 total)
111
Read-only
allPiranhasInfo(uint256 _startPiranhaId) view returns (address[] owners, uint8[] sizes, uint8[] hungry, uint256[] prices)
balanceOf(address _owner) view returns (uint256 balance)
ownerOf(uint256 _tokenId) view returns (address owner)
piranhas(uint256) view returns (string name, uint8 size, uint256 gen, uint8 unique, uint256 growthStartTime, uint256 sellPrice, uint8 hungry)
State-modifying
Events approve(address _to, uint256 _tokenId)
bite(uint256 _tokenId, uint256 _victimTokenId) payable
breeding(uint256 _maleTokenId, uint256 _femaleTokenId) payable
buy(uint256 _tokenId) payable
changePiranhaName(uint256 _tokenId, string _name) payable
contractWithdraw()
createPiranhaTokens()
hungry(uint256 _tokenId)
notHungry(uint256 _tokenId)
startSelling(uint256 _tokenId, uint256 _price)
stopSelling(uint256 _tokenId)
takeOwnership(uint256 _tokenId)
transfer(address _to, uint256 _tokenId)
transferContractOwnership(address _newOwner)
transferFrom(address _from, address _to, uint256 _tokenId)
Approval(address indexed owner, address indexed approved, uint256 tokenId)
PiranhaCreated(uint256 tokenId, string name, address owner)
TokenSold(uint256 tokenId, uint256 oldPrice, uint256 newPrice, address prevOwner, address winner, string name)
Transfer(address from, address to, uint256 tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.