AIPudgys
Verified contract
Active on
Ethereum with 6,499 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xcc92…228f
Balances ($0.00)
No balances found for "AIPudgys"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21203736 | 17 days ago | | | 0 | 0.00048395793 | |
| 21203710 | 17 days ago | | | 0 | 0.00042227345 | |
| 21203709 | 17 days ago | | | 0 | 0.00042379769 | |
| 21202257 | 17 days ago | | | 0 | 0.00063057340 | |
| 21155665 | 24 days ago | | | 0 | 0.00044427193 | |
| 21119323 | a month ago | | | 0 | 0.00015786558 | |
| 20787057 | 2 months ago | | | 0 | 0.00055961901 | |
| 20696304 | 3 months ago | | | 0 | 0.000086700560 | |
| 20696303 | 3 months ago | | | 0 | 0.000086513674 | |
| 20503018 | 4 months ago | | | 0 | 0.000043448617 |
ABI
ABI objects
Getter at block 21327360
FREE_ITEMS_COUNT() view returns (uint256)
8888
MAX_IN_TRX() view returns (uint256)
2
MINT_PRICE() view returns (uint256)
2500000000000000
TOTAL_SUPPLY() view returns (uint256)
8888
baseTokenURI() view returns (string)
https://ipfs.io/ipfs/QmagVKsKZ4WZW4u6DP1yvoFdx6v1muuwpx2LA1xYSRzouG/
name() view returns (string)
AIPudgys
owner() view returns (address)
0xaeb0dbdeacae65adc475a4ad77b1162801c19e57
paused() view returns (bool)
false
revealImage() view returns (string)
https://ipfs.io/ipfs/QmXkTwoaTShvBSDyPHRKojnXhGhtB7Lyn3uVybCvtFPBQt
revealed() view returns (bool)
true
symbol() view returns (string)
AIP
totalSupply() view returns (uint256)
8888
uriSuffix() view returns (string)
.json
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)
mintItem(uint256 quantity) payable
mintTo(address to, uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string _baseTokenURI)
setCost(uint256 _newCost)
setFreeCount(uint256 _count)
setMaxInTRX(uint256 _total)
setPaused(bool _state)
setRevealImage(string _revealImage)
setRevealed(bool _state)
setUriSuffix(string _uriSuffix)
setmaxMintAmount(uint256 _count)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() 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(string _initBaseURI, string _revealImage, string _uriSuffix)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerIndexOutOfBounds()
OwnerQueryForNonexistentToken()
TokenIndexOutOfBounds()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()