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 "PoodleZ"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18851652 | a year ago | | | 0 | 0.00081464157 | |
| 16945562 | 2 years ago | | | 0 | 0.0017577335 | |
| 16945558 | 2 years ago | | | 0 | 0.0019210899 | |
| 16945543 | 2 years ago | | | 0 | 0.0016409997 | |
| 16945538 | 2 years ago | | | 0 | 0.0017247070 | |
| 16945529 | 2 years ago | | | 0 | 0.0017784546 | |
| 16945522 | 2 years ago | | | 0 | 0.0017847306 | |
| 16945516 | 2 years ago | | | 0 | 0.0019167054 | |
| 16945511 | 2 years ago | | | 0 | 0.0016364175 | |
| 16945506 | 2 years ago | | | 0 | 0.0018620907 |
ABI
ABI objects
Getter at block 21292155
MAX_SUPPLY() view returns (uint256)
4000
creatorAddress() view returns (address)
0x1989c37c840fa23e9afcbeecdb46e31744ea5a17
isActive() view returns (bool)
true
maxOrder() view returns (uint256)
100
name() view returns (string)
PoodleZ
owner() view returns (address)
0x1989c37c840fa23e9afcbeecdb46e31744ea5a17
price() view returns (uint256)
20000000000000000
symbol() view returns (string)
PDLZ
totalSupply() view returns (uint256)
538
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isDelegate(address addr) 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 tokenId)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
gift(uint256[] quantity, address[] recipient)
mint(uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActive(bool isActive_)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI, string _newSuffix)
setDelegate(address addr, bool isDelegate_)
setMaxOrder(uint256 maxOrder_)
setPrice(uint256 price_)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawAll() 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()
This contract contains no fallback and receive objects.
This contract contains no error objects.