Foggie Genesis
Verified contract
Active on
Ethereum with 1,800 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 "Foggie Genesis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17611499 | a year ago | | | 0 | 0.00082355833 | |
| 17611499 | a year ago | | | 0 | 0.00082388415 | |
| 17611234 | a year ago | | | 0 | 0.00084043760 | |
| 17611229 | a year ago | | | 0 | 0.00079763245 | |
| 17611223 | a year ago | | | 0 | 0.00083798272 | |
| 17611221 | a year ago | | | 0 | 0.00089521753 | |
| 17611201 | a year ago | | | 0 | 0.00088952028 | |
| 17476258 | a year ago | | | 0 | 0.00086936056 | |
| 17476241 | a year ago | | | 0 | 0.00087035955 | |
| 17470028 | a year ago | | | 0 | 0.0020141983 |
ABI
ABI objects
Getter at block 21288090
baseURI() view returns (string)
ipfs://bafybeigwpyunueieiu3zt2z535k6ekebmcktutpuw66bjfx2uqffzdhulu/
cost() view returns (uint256)
100000000000000000
exchangeEnable() view returns (bool)
true
maxPerTx() view returns (uint256)
10
maxPerWallet() view returns (uint256)
10
maxSupply() view returns (uint256)
10000
name() view returns (string)
Foggie Genesis
owner() view returns (address)
0x0000000010f2b03f9518f3c69603351e3aa3a764
publicEnable() view returns (bool)
true
reservedAmountExchanged() view returns (uint256)
1457
symbol() view returns (string)
FOG
totalSupply() view returns (uint256)
1476
uriSuffix() view returns (string)
Read-only
balanceOf(address owner) view returns (uint256)
exchanger(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numberExchangeMinted(address owner) view returns (uint256)
numberMinted(address owner) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
ownerToPay(uint256 _mintAmount) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
usedNonces(string) view returns (address)
State-modifying
Events approve(address to, uint256 tokenId) payable
exchangeMint(uint256 _mintAmount, string nonce, bytes32 _hash, bytes signature)
mint(uint256 _mintAmount) 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 uri)
setCost(uint256 _cost)
setExchangeEnabled(bool _enable)
setExchanger(address _sysAddress, bool _enable)
setMaxPerTx(uint256 _maxPerTx)
setMaxPerWallet(uint256 _maxPerWallet)
setPublicEnable(bool _enable)
setUriSuffix(string _uriSuffix)
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(string _name, string _symbol, uint256 _maxMintPerTx, uint256 _maxPerWallet, uint256 _cost)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()