Bball Pandas
Verified contract
Active on
Ethereum with 1,166 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($621.23)
Native
Value
$621.23
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.16 | $3,882.68 |
$621.23 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20847635 | 3 months ago | | | 0 | 0.00035088033 | |
| 20351444 | 5 months ago | | | 0 | 0.00012426332 | |
| 19645133 | 8 months ago | | | 0 | 0.00056992840 | |
| 18608791 | a year ago | | | 0 | 0.0026901750 | |
| 18141211 | a year ago | | | 0 | 0.00033745778 | |
| 18012511 | a year ago | | | 0 | 0.00037525604 | |
| 17152261 | 2 years ago | | | 0 | 0.0010384511 | |
| 16785940 | 2 years ago | | | 0 | 0.0023228936 | |
| 16701093 | 2 years ago | | | 0 | 0.0012176496 | |
| 16699934 | 2 years ago | | | 0 | 0.0013258226 |
ABI
ABI objects
Getter at block 21401530
MAX_PANDAS() view returns (uint256)
10000
maxPandaPurchase() view returns (uint256)
20
name() view returns (string)
Bball Pandas
owner() view returns (address)
0xa42021d404d56ce1b31f61974bad74f0ef13298c
pandaPrice() view returns (uint256)
80000000000000000
saleIsActive() view returns (bool)
true
symbol() view returns (string)
BBall
totalSupply() view returns (uint256)
2265
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)
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)
mintPanda(uint256 numberOfTokens) payable
renounceOwnership()
reservePandas()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
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 name, string symbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.