AntonymPunk
Verified contract
Active on
Ethereum with 517 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 "AntonymPunk"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16992964 | 2 years ago | | | 0 | 0.0022472996 | |
| 16102012 | 2 years ago | | | 0 | 0.00081654891 | |
| 14688318 | 3 years ago | | | 0 | 0.0012598757 | |
| 14402024 | 3 years ago | | | 0 | 0.0016624377 | |
| 14394227 | 3 years ago | | | 0 | 0.0021608329 | |
| 14368724 | 3 years ago | | | 0 | 0.00047321308 | |
| 14368239 | 3 years ago | | | 0 | 0.0019311345 | |
| 14367759 | 3 years ago | | | 0 | 0.0021701056 | |
| 14364192 | 3 years ago | | | 0 | 0.00050709033 | |
| 14364183 | 3 years ago | | | 0 | 0.00056049482 |
ABI
ABI objects
Getter at block 21304255
MAX_PER_TX() view returns (uint256)
2
MAX_PER_WALLET() view returns (uint256)
4
MAX_SUPPLY() view returns (uint256)
500
baseExtension() view returns (string)
.json
baseURI() view returns (string)
ipfs://QmcGuTFhFbXro1JThXzM1R8D9FkjQk5Pd2KtY3yAwQ3emm/
contractURI() view returns (string)
ipfs://QmYeEVt3hCYuKggNWDtRNGEN9kHFFst4mpNdYnaeijDUNt
name() view returns (string)
AntonymPunk
owner() view returns (address)
0xd1242270cd0d14b90c0ddf33462b82f8b8e0f373
paused() view returns (bool)
false
price() view returns (uint256)
0
proxyRegistryAddress() view returns (address)
0xa5409ec958c83c3f309868babaca7c86dcb077c1
symbol() view returns (string)
ANTPUNK
totalSupply() view returns (uint256)
500
Read-only
addressMinted(address) view returns (uint256)
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)
mint(uint256 _amount) payable
pause(bool _state)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
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.