Poonicorn DAO
Verified contract
Active on
Ethereum with 1,747 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 "Poonicorn DAO"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17620476 | a year ago | | | 0 | 0.00089589789 | |
| 17620475 | a year ago | | | 0 | 0.00091631902 | |
| 16601823 | 2 years ago | | | 0 | 0.00055231739 | |
| 16487830 | 2 years ago | | | 0 | 0.00069186000 | |
| 15923822 | 2 years ago | | | 0 | 0.00063241430 | |
| 15845955 | 2 years ago | | | 0 | 0.00065689854 | |
| 15784749 | 2 years ago | | | 0 | 0.0020028273 | |
| 15784306 | 2 years ago | | | 0 | 0.0022219772 | |
| 15753878 | 2 years ago | | | 0 | 0.00095087420 | |
| 15514811 | 2 years ago | | | 0 | 0.00015795693 |
ABI
ABI objects
Getter at block 21208960
maxPublicSupply() view returns (uint256)
1000
name() view returns (string)
Poonicorn DAO
owner() view returns (address)
0x1b1dc32d836533fb69bba382fde0258888680a87
symbol() view returns (string)
POOU
totalSupply() view returns (uint256)
1000
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)
mint()
mintForDao()
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _uri)
toggleMint()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()