Persistence of Time by anon
Verified contract
Active on
Ethereum with 1,798 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 "Persistence of Time by anon"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20866178 | 2 months ago | | | 0 | 0.00066130157 | |
| 20650174 | 3 months ago | | | 0 | 0.00011425827 | |
| 20426136 | 4 months ago | | | 0 | 0.00063031291 | |
| 19972662 | 6 months ago | | | 0 | 0.00020683945 | |
| 19497545 | 8 months ago | | | 0 | 0.00085271143 | |
| 19448961 | 9 months ago | | | 0 | 0.0014880407 | |
| 19432405 | 9 months ago | | | 0 | 0.0023215054 | |
| 19355938 | 9 months ago | | | 0 | 0.0039276331 | |
| 19346837 | 9 months ago | | | 0 | 0.0028118244 | |
| 19300826 | 9 months ago | | | 0 | 0.00099657767 |
ABI
ABI objects
Getter at block 21315775
maxMintAmountPerPresaleAccount() view returns (uint64)
2
maxMintAmountPerPublicAccount() view returns (uint64)
5
maxSupply() view returns (uint64)
777
name() view returns (string)
Persistence of Time by anon
owner() view returns (address)
0x1de96e6c66a3621c53a4efe0bc3280157c915e81
presaleActive() view returns (bool)
true
presaleCost() view returns (uint256)
10000000000000000
presaleMaxSupply() view returns (uint64)
333
presaleTotalSupply() view returns (uint64)
333
publicMaxSupply() view returns (uint64)
777
publicSaleActive() view returns (bool)
true
publicSaleCost() view returns (uint256)
30000000000000000
publicTotalSupply() view returns (uint64)
443
symbol() view returns (string)
POT
totalMinted() view returns (uint256)
777
totalSupply() view returns (uint256)
777
Read-only
balanceOf(address owner) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
getPresaleAmountMintedPerAccount(address _owner) view returns (uint64)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address _owner) view returns (uint256)
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)
ownerMint(uint256 _mintAmount, address _receiver)
presaleMint(uint64 _mintAmount) payable
publicMint(uint64 _mintAmount) payable
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _URI)
setPresaleActive(bool _state)
setPublicActive(bool _state)
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()
fallback()
receive()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()