Positive Pandas
Verified contract
Active on
Ethereum with 2,761 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 "Positive Pandas"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20569049 | 3 months ago | | | 0 | 0.000077794585 | |
| 19844872 | 6 months ago | | | 0 | 0.00020475764 | |
| 19844773 | 6 months ago | | | 0 | 0.00021431323 | |
| 19132527 | 9 months ago | | | 0 | 0.00041607539 | |
| 18452984 | a year ago | | | 0 | 0.00046388470 | |
| 17848829 | a year ago | | | 0 | 0.00066500066 | |
| 17515892 | a year ago | | | 0 | 0.0010213165 | |
| 17043285 | 2 years ago | | | 0 | 0.0018005295 | |
| 17009702 | 2 years ago | | | 0 | 0.00047053477 | |
| 16998264 | 2 years ago | | | 0 | 0.0012807363 |
ABI
ABI objects
Getter at block 21181401
getSaleActive() view returns (bool)
false
mintLimit() view returns (uint256)
3
mintPrice() view returns (uint256)
0
name() view returns (string)
Positive Pandas
owner() view returns (address)
0x6e3ccbcd2d85888c35cb6d3a7dcaa46ed1ba594a
saleActive() view returns (bool)
false
supplyLimit() view returns (uint256)
6999
symbol() view returns (string)
PANDA
totalSupply() view returns (uint256)
6999
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mintPandas(uint256 numberOfTokens) payable
renounceOwnership()
reserve(address to, uint256 numberOfTokens)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMintPrice(uint256 newMintPrice)
toggleSale()
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 initBaseURI)
This contract contains no fallback and receive objects.
This contract contains no error objects.