Power Pups
Verified contract
Active on
Ethereum with 1,119 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 "Power Pups"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19812087 | 6 months ago | | | 0 | 0.00030441665 | |
| 19337631 | 9 months ago | | | 0 | 0.0020369865 | |
| 19116586 | 10 months ago | | | 0 | 0.00041318721 | |
| 18554747 | a year ago | | | 0 | 0.00096331927 | |
| 18523730 | a year ago | | | 0 | 0.00086399343 | |
| 18501341 | a year ago | | | 0 | 0.00080294197 | |
| 17402958 | a year ago | | | 0 | 0.00082057624 | |
| 17402954 | a year ago | | | 0 | 0.00093150405 | |
| 17402950 | a year ago | | | 0 | 0.0014027574 | |
| 17156369 | 2 years ago | | | 0 | 0.0014010574 |
ABI
ABI objects
Getter at block 21229298
baseURI() view returns (string)
https://powerpupsnft.com/api/nft/
name() view returns (string)
Power Pups
owner() view returns (address)
0x63d45891d6b4be36ed6628ee2488ae7af5ca37d7
pause_sale() view returns (bool)
false
sale_startTime() view returns (uint256)
1639746000
symbol() view returns (string)
PP
totalSupply() view returns (uint256)
1365
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
buy(uint256 _count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
sendGifts(address[] _wallets)
setApprovalForAll(address operator, bool approved)
setBaseUri(string _uri)
setPauseSale(bool temp)
set_start_time(uint256 time)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.