PandaGolfSquadd
Verified contract
Active on
Ethereum with 2,982 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($0.00)
No balances found for "PandaGolfSquadd"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21146857 | 19 days ago | | | 0 | 0.00022446561 | |
| 20904779 | 2 months ago | | | 0 | 0.00010098192 | |
| 20508565 | 4 months ago | | | 0 | 0.000089816658 | |
| 20493301 | 4 months ago | | | 0 | 0.00013858800 | |
| 20055470 | 6 months ago | | | 0 | 0.00038165301 | |
| 20031363 | 6 months ago | | | 0 | 0.00062312524 | |
| 20031313 | 6 months ago | | | 0 | 0.00065438797 | |
| 19833292 | 7 months ago | | | 0 | 0.00021827122 | |
| 19833287 | 7 months ago | | | 0 | 0.00017555963 | |
| 19804121 | 7 months ago | | | 0 | 0.00029765680 |
ABI
ABI objects
Getter at block 21279752
MAX_PANDAS() view returns (uint256)
10000
PROVENANCE() view returns (string)
apeAddress() view returns (address)
0xbc4ca0eda7647a8ab7c2061c2e118a18a936f13d
baseURI() view returns (string)
https://pgs.mypinata.cloud/ipfs/QmXHMCVe6WuduNzgyAQhdXdx1NfAC2Db7SUT3v55Eccaox/
maxPurchase() view returns (uint256)
20
name() view returns (string)
PandaGolfSquadd
owner() view returns (address)
0x4032a1d61c249a0d91d61176c23e2978d8aa71e2
pandaPrice() view returns (uint256)
80000000000000000
saleIsActive() view returns (bool)
false
symbol() view returns (string)
PGSS
totalSupply() view returns (uint256)
3220
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)
depositEther() payable
flipSaleState()
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)
setBaseURI(string baseURI)
setProvenanceHash(string provenanceHash)
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.