PudsyPower
Verified contract
Active on
Ethereum with 1,417 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 "PudsyPower"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19807519 | 6 months ago | | | 0 | 0.00031809263 | |
| 19807508 | 6 months ago | | | 0 | 0.00029767992 | |
| 19585441 | 7 months ago | | | 0 | 0.00049528661 | |
| 19146074 | 10 months ago | | | 0 | 0.00086775272 | |
| 18968738 | 10 months ago | | | 0 | 0.00092629615 | |
| 18968734 | 10 months ago | | | 0 | 0.00097580851 | |
| 18897746 | a year ago | | | 0 | 0.00083869533 | |
| 18595456 | a year ago | | | 0 | 0.0014649801 | |
| 18576369 | a year ago | | | 0 | 0.0016769839 | |
| 18552218 | a year ago | | | 0 | 0.0016403716 |
ABI
ABI objects
Getter at block 21217200
cost() view returns (uint256)
300000000000000000
maxFreeSupply() view returns (uint256)
1111
maxMintAmount() view returns (uint256)
1
maxSupply() view returns (uint256)
9999
name() view returns (string)
PudsyPower
notRevealedUri() view returns (string)
owner() view returns (address)
0xff691744e6a0d736c3c0d7cd7b52d2a4b2b3bdd7
paused() view returns (bool)
false
remainingFreeSupply() view returns (uint256)
0
revealed() view returns (bool)
true
symbol() view returns (string)
PARROT
totalSupply() view returns (uint256)
1285
uriPrefix() view returns (string)
ipfs://QmZsj8xhuUM4vcyPsp9Fj69TcE52LDcSoDYiQQuQKiTzxd/
uriSuffix() view returns (string)
.json
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)
walletOfOwner(address _owner) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
freeMintParrot()
mintForAddress(address _receiver)
mintParrot() payable
pause(bool _state)
renounceOwnership()
reveal()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _newCost)
setNotRevealedURI(string _notRevealedURI)
setRevealed(bool _state)
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
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 _initUriPrefix)
This contract contains no fallback and receive objects.
This contract contains no error objects.