POPO

Verified contract

Active on Ethereum with 4,744 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "POPO"

0xbff8d1749d6715a56b043ee47481d40b5f07e16e51bee45efafd7ee75c884cfc
0x4c863f6428e638c30eee88f2d9ea16125cf19037d0358e9f225f796a1786f528
0x42a120c797a72aa84362bbfda41351bb601638ee847484977e60b6d566afe070
0x618e71139a82dab299106887922c6c2aa7e779ac04f681f1dc2dd0f08b573113
0x5b21b28855483a02ab1931159c98c4b8027480e0609b0eeef5ef629ac358c4ac
0x35feb834781d21ad22be28690f0a9e62b03234e7b0bf694190a4f595daefe5cf
From
0x82ab0b0c420e4b1d740073d2b55f08c148f580aa3ecfd49fd1e6185b158809c8
0x15d9c851c949f9638f923940271454c4a07242c789b71dfc61b991f9ffc341a8
0x2353c7e48d9a17dcdc1409b930bf2165c536834fb999773e4df6c29b7a2d4543
0x9019f0200b4827a7a1d4d064f47648675ff5acaa94088bb069ad12d89f31eb5c

Functions
Getter at block 20872500
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 ownerview returns (uint256)
getApproved(uint256 tokenIdview returns (address)
isApprovedForAll(address owneraddress operatorview returns (bool)
numberMinted(address ownerview returns (uint256)
ownerOf(uint256 tokenIdview returns (address)
supportsInterface(bytes4 interfaceIdview returns (bool)
tokenURI(uint256 tokenIdview returns (string)
State-modifying
airdrop(address[] _airdropAddresses
approve(address touint256 tokenId
gift(address _touint256 _mintAmount
mint(uint256 _mintAmountpayable 
mintExternal(address _addressuint256 _mintAmount
renounceOwnership(
safeTransferFrom(address fromaddress touint256 tokenId
safeTransferFrom(address fromaddress touint256 tokenIdbytes _data
setApprovalForAll(address operatorbool approved
setBaseURI(string _newBaseURI
setBreedingContractAddress(address _bAddress
setCost(uint256 _newCost
setMaxSupply(uint256 _supply
setmaxMintAmountPerTransaction(uint16 _amount
togglePause(
transferFrom(address fromaddress touint256 tokenId
transferOwnership(address newOwner
withdraw(payable 
Events
Approval(address indexed owneraddress indexed approveduint256 indexed tokenId
ApprovalForAll(address indexed owneraddress indexed operatorbool approved
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 indexed tokenId
Constructor
constructor(string _baseUrl
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ApprovalCallerNotOwnerNorApproved(
ApprovalQueryForNonexistentToken(
ApprovalToCurrentOwner(
ApproveToCaller(
BalanceQueryForZeroAddress(
MintToZeroAddress(
MintZeroQuantity(
OwnerQueryForNonexistentToken(
TransferCallerNotOwnerNorApproved(
TransferFromIncorrectOwner(
TransferToNonERC721ReceiverImplementer(
TransferToZeroAddress(
URIQueryForNonexistentToken(