HungryPandas
Verified contract
Active on
Ethereum with 1,288 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($961.47)
Native
Value
$961.47
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.3 | $3,204.89 |
$961.47 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20654145 | 2 months ago | | | 0 | 0.000065241481 | |
| 19824604 | 6 months ago | | | 0 | 0.00021228524 | |
| 19178270 | 9 months ago | | | 0 | 0.0011487569 | |
| 18910198 | 10 months ago | | | 0 | 0.00046323930 | |
| 18860163 | a year ago | | | 0 | 0.00063231326 | |
| 18765459 | a year ago | | | 0 | 0.0024130651 | |
| 18741337 | a year ago | | | 0 | 0.0010076261 | |
| 18337186 | a year ago | | | 0 | 0.00020314046 | |
| 18198839 | a year ago | | | 0 | 0.00018794082 | |
| 17900191 | a year ago | | | 0 | 0.00068439737 |
ABI
ABI objects
Getter at block 21184270
MAX_SUPPLY() view returns (uint256)
10000
MINTED_SUPPLY() view returns (uint256)
1075
bambooBasePrice() view returns (uint256)
10000000000000000000
baseTokenURI() view returns (string)
https://hungrypandas.io/api/panda/
name() view returns (string)
HungryPandas
owner() view returns (address)
0xe7b66314a01bb753d78fa0ae11579cc392ebbe18
saleActive() view returns (bool)
true
sealedTokenURI() view returns (bool)
false
symbol() view returns (string)
PANDAS
totalSupply() view returns (uint256)
925
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)
pandaBambooCount(uint256) view returns (uint256)
pandasByOwner(address _owner) view returns (uint256[])
price(uint256 _pandaAmount, uint256 _bambooPerPanda) view returns (uint256)
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)
burnForBamboo(uint256 _burnThisPanda, uint256 _bambooReceiver)
changeBambooBasePrice(uint256 _newPrice)
flipActiveSwitch()
mintPandas(address _to, uint256 _amount, uint256 _bambooPerPanda) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sealTokenURI()
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _baseTokenURI)
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(string _baseTokenURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.