Adorable Pandas
Verified contract
Active on
Ethereum with 934 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 "Adorable Pandas"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21023936 | a month ago | | | 0 | 0.00035671239 | |
| 20169301 | 5 months ago | | | 0 | 0.00052066879 | |
| 19714818 | 7 months ago | | | 0 | 0.00028276309 | |
| 19382877 | 9 months ago | | | 0 | 0.0025479066 | |
| 18902949 | a year ago | | | 0 | 0.00052872894 | |
| 18901744 | a year ago | | | 0 | 0.00059071679 | |
| 17964208 | a year ago | | | 0 | 0.0014743809 | |
| 17170510 | 2 years ago | | | 0 | 0.0030630688 | |
| 17054138 | 2 years ago | | | 0 | 0.0012967139 | |
| 17025062 | 2 years ago | | | 0 | 0.00099747588 |
ABI
ABI objects
Getter at block 21311265
activationTimestamp() view returns (uint256)
1629914400
beneficiary() view returns (address)
0x1937dff7ad86a87d7027280c26ed8c3c71a3e1b9
maxReserve() view returns (uint256)
50
maxSupply() view returns (uint256)
10000
metadataFrozen() view returns (bool)
false
mintPrice() view returns (uint256)
0
name() view returns (string)
Adorable Pandas
owner() view returns (address)
0x2ee25389633438cdadef582b741f02f1ef385dfc
presaleDuration() view returns (uint256)
10800
presaleTimestamp() view returns (uint256)
1629828000
royaltyPercentage() view returns (uint256)
3
symbol() view returns (string)
PANDAS
totalSupply() view returns (uint256)
1318
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 tokenId)
freezeMetadata()
mint(uint256 _amount) payable
mintReserved(uint256 _amount, address[] _recipients)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setMaxReserve(uint256 _maxReserve)
setMintPrice(uint256 _mintPrice)
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(string _initialBaseURI, uint256 _activationTimestamp, uint256 _presaleTimestamp, uint256 _presaleDuration, uint256 _maxReserve, address _beneficiary, address oldAddress)
This contract contains no fallback and receive objects.
This contract contains no error objects.