Artist in a Post-Truth World
Verified contract
Active on
Ethereum with 1,889 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 "Artist in a Post-Truth World"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19595178 | 8 months ago | | | 0 | 0.00033680810 | |
| 18910046 | a year ago | | | 0 | 0.00044684752 | |
| 18905353 | a year ago | | | 0 | 0.00073915489 | |
| 18904107 | a year ago | | | 0 | 0.00059180256 | |
| 18901747 | a year ago | | | 0 | 0.00060373191 | |
| 18607245 | a year ago | | | 0 | 0.0015421385 | |
| 18557918 | a year ago | | | 0 | 0.0014448668 | |
| 18557915 | a year ago | | | 0 | 0.0013681351 | |
| 18557034 | a year ago | | | 0 | 0.0019351397 | |
| 18556073 | a year ago | | | 0 | 0.0027984514 |
ABI
ABI objects
Getter at block 21388343
mintDates() view returns (uint256, uint256)
(1685700000, 1685959200)
name() view returns (string)
Artist in a Post-Truth World
owner() view returns (address)
0x48293e8f298c99b21f125c22e463a384677d1084
symbol() view returns (string)
APTW
totalSupply() view returns (uint256)
1001
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberMinted(address minter) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 salePrice) view returns (address, uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
freeMint()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setMintDates(uint256 start, uint256 end)
setSigner(address signer)
setWebApp(string uri)
sign(uint256 _tokenId)
transferFrom(address from, address to, uint256 tokenId) payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
MetadataUpdate(uint256 _tokenId)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
AlreadyMinted()
AlreadySigned()
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
InconsistentDates()
InvalidSigner()
MintClosed()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
NonExistentToken()
NotContractOwner()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
SoldOut()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()