Pandamonium
Verified contract
Active on
Ethereum with 349 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "Pandamonium"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18845326 | a year ago | | | 0 | 0.0020052637 | |
| 16709225 | 2 years ago | | | 0 | 0.0020461955 | |
| 16451437 | 2 years ago | | | 0 | 0.00047525761 | |
| 16363154 | 2 years ago | | | 0 | 0.0022186591 | |
| 16306328 | 2 years ago | | | 0 | 0.00078345275 | |
| 16302107 | 2 years ago | | | 0 | 0.0010275559 | |
| 15577345 | 2 years ago | | | 0 | 0.00054775594 | |
| 15502012 | 2 years ago | | | 0 | 0.00079477143 | |
| 15481674 | 2 years ago | | | 0 | 0.00052121986 | |
| 15404779 | 2 years ago | | | 0 | 0.0014611903 |
ABI
ABI objects
Getter at block 21408549
MAX_SUPPLY() view returns (uint256)
8848
MINT_PRICE() view returns (uint256)
60000000000000000
charity1() view returns (address)
0x5660b4c686a4edcd1c98f6b81b9b3154c462c5ec
charity2() view returns (address)
0x4c5c4fe878e47b796ad3bdc2c707fb13a1b3f707
charity3() view returns (address)
0xf0ae4fd89e21fb4c9f0154fcdd3cb47afb2a2999
charity4() view returns (address)
0xc8dedff5648a293cb8569ea8458723780c5a6430
developer() view returns (address)
0x23241aa35579312f2694dfde5e9180bd84268eb8
genDeveloper() view returns (address)
0x95e9a96e8226ea899bbf7e5ddd4abeef87265fa4
getPreSaleState() view returns (bool)
true
getSaleState() view returns (bool)
true
maxMintPerTransaction() view returns (uint256)
15
name() view returns (string)
Pandamonium
owner() view returns (address)
0xa929c6573744901ad5143cc8338bed6954aa0f17
pandaOwner() view returns (address)
0xa929c6573744901ad5143cc8338bed6954aa0f17
provenanceUri() view returns (string)
http://
symbol() view returns (string)
PANDA
totalSupply() view returns (uint256)
587
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 addToPresale(address addr)
approve(address to, uint256 tokenId)
flipPreSaleState()
flipSaleState()
mint(uint256 tokenCount) payable
mintOwner(uint256 tokenCount)
mintPresale(uint256 tokenCount) payable
removeFromPresale(address addr)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setCharityAddress1(address addr)
setCharityAddress2(address addr)
setCharityAddress3(address addr)
setCharityAddress4(address addr)
setDeveloperAddress(address addr)
setGenDeveloperAddress(address addr)
setMaxMintPerTransaction(uint256 maxMint)
setOwnerAddress4(address addr)
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)
MintPanda(address indexed to, uint256 indexed tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.