Poniez Union
Verified contract
Active on
Ethereum with 90 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
1 additional
variable
Balances ($0.00)
No balances found for "Poniez Union"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17725855 | a year ago | | | 0 | 0.00039982089 | |
| 14204212 | 3 years ago | | | 0 | 0.0044986334 | |
| 13807800 | 3 years ago | | | 0 | 0.0038491591 | |
| 13765982 | 3 years ago | | | 0 | 0.013019783 | |
| 13765952 | 3 years ago | | | 0 | 0.010970872 | |
| 13760069 | 3 years ago | | | 0 | 0.0018780367 | |
| 13628117 | 3 years ago | | | 0.0325 | 0.023697726 | |
| 13628056 | 3 years ago | | | 0.0325 | 0.024352246 | |
| 13628054 | 3 years ago | | | 0.0325 | 0.024141742 | |
| 13628001 | 3 years ago | | | 0.0325 | 0.017319961 |
ABI
ABI objects
Getter at block 21289491
PONIEZ_MAX() view returns (uint256)
10000
PRICE() view returns (uint256)
0
PURCHASE_LIMIT() view returns (uint256)
10
contractURI() view returns (string)
ipfs://QmVhRUXxFfj9qskAWaysadM1vNtp5Mcct66NahmB5Z5X12
name() view returns (string)
Poniez Union
owner() view returns (address)
0x7c0798bd4acaf174df9c4b5a8353a55c109252f6
symbol() view returns (string)
PONIEZ
totalSupply() view returns (uint256)
153
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)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
gift(address to, uint256 numberOfTokens)
purchase(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActiveDateTime(uint256 activeDateTime)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI1, string URI2, string URI3, string URI4, string URI5, string URI6)
setContractURI(string URI)
setMintPrice(uint256 mintPrice)
setPaymentAddress(address paymentAddress)
setPurchaseLimit(uint256 purchaseLimit)
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.