8pes NFT
Verified contract
Active on
Ethereum with 5,006 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 "8pes NFT"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19827379 | 7 months ago | | | 0 | 0.00010439906 | |
| 19000846 | a year ago | | | 0 | 0.00071619427 | |
| 18904079 | a year ago | | | 0 | 0.00061780612 | |
| 18901422 | a year ago | | | 0 | 0.00071308800 | |
| 18901422 | a year ago | | | 0 | 0.00079948800 | |
| 18901422 | a year ago | | | 0 | 0.00079948800 | |
| 18901422 | a year ago | | | 0 | 0.00079948800 | |
| 18901422 | a year ago | | | 0 | 0.00079948800 | |
| 18901422 | a year ago | | | 0 | 0.00079948800 | |
| 18901422 | a year ago | | | 0 | 0.00079948800 |
ABI
ABI objects
Getter at block 21312185
Ownermint() view returns (uint256)
1
Steve_Aoki() view returns (address)
0xe4bbcbff51e61d0d95fcc5016609ac8354b177c4
cost() view returns (uint256)
2000000000000000
maxPerAddress() view returns (uint256)
100
maxPerTX() view returns (uint256)
3
maxSupply() view returns (uint256)
3333
name() view returns (string)
8pes NFT
owner() view returns (address)
0x29a3d4b92995b171638a7930c57967bcff134edb
paused() view returns (bool)
false
symbol() view returns (string)
8PES
totalSupply() view returns (uint256)
3333
uriPrefix() view returns (string)
ipfs://QmaMQ2GABoFi2ReuLfw4mpRUAtxDYKQSXy7FPVFSvRYwRi/
uriSuffix() view returns (string)
.json
Read-only
balanceOf(address owner) view returns (uint256)
explicitOwnershipOf(uint256 tokenId) view returns (struct IERC721ATokenOwnership)
explicitOwnershipsOf(uint256[] tokenIds) view returns (struct IERC721ATokenOwnership[])
freeMinted(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
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)
tokensOfOwner(address owner) view returns (uint256[])
tokensOfOwnerIn(address owner, uint256 start, uint256 stop) view returns (uint256[])
State-modifying
Events approve(address to, uint256 tokenId)
mint(uint256 _mintAmount) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setCost(uint256 _cost)
setPaused()
setUriPrefix(string _uriPrefix)
setUriSuffix(string _uriSuffix)
setmaxPerTX(uint256 _maxPerTX)
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)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor(string baseURI)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApproveToCaller()
BalanceQueryForZeroAddress()
InvalidQueryRange()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()