web3nation
Verified contract
Active on
Ethereum with 3,915 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 "web3nation"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20606679 | 4 months ago | | | 0 | 0.000051413527 | |
| 20589996 | 4 months ago | | | 0 | 0.000025474173 | |
| 20540601 | 4 months ago | | | 0 | 0.000050070280 | |
| 19071604 | a year ago | | | 0 | 0.00038068886 | |
| 18668340 | a year ago | | | 0 | 0.0015408658 | |
| 18093847 | a year ago | | | 0 | 0.00075386415 | |
| 17949091 | a year ago | | | 0 | 0.00078047338 | |
| 17945036 | a year ago | | | 0 | 0.00067615990 | |
| 17570437 | a year ago | | | 0 | 0.00065885578 | |
| 17494950 | 2 years ago | | | 0 | 0.00073354075 |
ABI
ABI objects
Getter at block 21429101
RESERVED_SUPPLY() view returns (uint256)
0
TOTAL_SUPPLY() view returns (uint256)
7777
baseURI() view returns (string)
https://storage.googleapis.com/w3-nation/clean_json_2/
maxPerWallet() view returns (uint256)
5
mintPrice() view returns (uint256)
0
name() view returns (string)
web3nation
owner() view returns (address)
0x99990e7a0655f49ff57d639bbeb375cec49ae6fe
preRevealedURI() view returns (string)
ipfs://QmNQcA77UhLDoGWBSRGEuTe71Co8PBaSFCwQ4cyX83ri3L
saleStarted() view returns (bool)
true
symbol() view returns (string)
w3
totalSupply() view returns (uint256)
7777
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)
tokenURI(uint256 tokenId) view returns (string)
whitelist(address) view returns (bool)
State-modifying
Events approve(address to, uint256 tokenId) payable
publicMint(uint256 _quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _baseURI)
setMintPrice(uint256 _public)
setPrerevealedURI(string _preRevealedURI)
setReservedSupply(uint256 _supply)
setRevealed(bool _isRevealed)
setSaleStarted(bool _saleStarted)
setTotalSupply(uint256 _supply)
setWhitelist(address[] _whitelists)
teamMint(uint256 _quantity)
transferFrom(address from, address to, uint256 tokenId) payable
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()
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()