Potato Power
Verified contract
Active on
Ethereum with 2,557 txns
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 "Potato Power"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20292747 | 4 months ago | | | 0 | 0.00042010427 | |
| 20104246 | 5 months ago | | | 0 | 0.00020567339 | |
| 20053127 | 5 months ago | | | 0 | 0.00011379234 | |
| 19562907 | 7 months ago | | | 0 | 0.00058707006 | |
| 19128093 | 9 months ago | | | 0 | 0.00070906434 | |
| 19092795 | 10 months ago | | | 0 | 0.00045576890 | |
| 19063229 | 10 months ago | | | 0 | 0.0011483794 | |
| 19012996 | 10 months ago | | | 0 | 0.0014605073 | |
| 18886994 | a year ago | | | 0 | 0.0017135071 | |
| 18886969 | a year ago | | | 0 | 0.0014777502 |
ABI
ABI objects
Getter at block 21178138
currentPrice() view returns (uint256)
50000000
maxQuantity() view returns (uint256)
30
maxSupply() view returns (uint256)
7777
name() view returns (string)
Potato Power
owner() view returns (address)
0x84698a561f4b56ba9eec88ae7c399f76b9395fd4
paused() view returns (bool)
false
symbol() view returns (string)
PW
tokenBaseURI() view returns (string)
https://api.potatopower.club/api/metadata/
totalSupply() view returns (uint256)
4329
Read-only
_addressExist(address) view returns (bool)
_whiteList(address) view returns (address userAddress, bool mint)
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPrice(uint256 _quantity) view returns (uint256)
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)
tokensOfOwner(address _owner) view returns (uint256[])
State-modifying
Events addWhiteList(address whiteAddress)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
mint(uint256 _quantity) payable returns (uint256)
mintBeta() payable
mintByAdmin(uint256 _quantity) returns (uint256)
pause()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
updateBaseURI(string _baseURIII) returns (string)
updateCurrentPrice(uint256 _price)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
MAX_PRICE_UPDATED(uint256 maxPrice)
MAX_SUPPLY_UPDATED(uint256 maxSupply)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor(string _baseURII)
This contract contains no fallback and receive objects.
This contract contains no error objects.