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 "POPO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21308642 | 3 hours ago | | | 0 | 0.00059953508 | |
| 21308639 | 3 hours ago | | | 0 | 0.00057507923 | |
| 21289181 | 3 days ago | | | 0 | 0.00044927493 | |
| 21106296 | a month ago | | | 0 | 0.00010396107 | |
| 21102408 | a month ago | | | 0 | 0.00025084287 | |
| 20932112 | 2 months ago | | | 0 | 0.00043513645 | |
| 20721860 | 3 months ago | | | 0 | 0.00033358749 | |
| 20330615 | 4 months ago | | | 0 | 0.00011260503 | |
| 20225001 | 5 months ago | | | 0 | 0.00020268113 | |
| 19596092 | 8 months ago | | | 0 | 0.00065532328 |
ABI
ABI objects
Getter at block 21309594
baseApiURI() view returns (string)
https://us-central1-mofos-69a62.cloudfunctions.net/app/popo/token/
cost() view returns (uint256)
30000000000000000
maxMintAmountPerTransaction() view returns (uint16)
20
maxSupply() view returns (uint256)
3000
name() view returns (string)
POPO
owner() view returns (address)
0x048a2b70ca2433ebe7c1bc6eda621e063cd9143c
paused() view returns (bool)
false
symbol() view returns (string)
POPO
totalSupply() view returns (uint256)
3007
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address[] _airdropAddresses)
approve(address to, uint256 tokenId)
gift(address _to, uint256 _mintAmount)
mint(uint256 _mintAmount) payable
mintExternal(address _address, uint256 _mintAmount)
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)
setBreedingContractAddress(address _bAddress)
setCost(uint256 _newCost)
setMaxSupply(uint256 _supply)
setmaxMintAmountPerTransaction(uint16 _amount)
togglePause()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
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 _baseUrl)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()