Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($191.07)
Native
Value
$191.07
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.048829 | $3,913.00 |
$191.07 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21288946 | 14 days ago | | | 0 | 0.00034169770 | |
| 21256983 | 18 days ago | | | 0 | 0.00046326661 | |
| 21251494 | 19 days ago | | | 0 | 0.00088821765 | |
| 21211806 | 24 days ago | | | 0 | 0.00071439228 | |
| 21211760 | 24 days ago | | | 0 | 0.00048419576 | |
| 21211750 | 24 days ago | | | 0 | 0.00066520565 | |
| 21120649 | a month ago | | | 0 | 0.00043214339 | |
| 21086472 | a month ago | | | 0 | 0.00092501345 | |
| 21033188 | 2 months ago | | | 0 | 0.00034866379 | |
| 21019380 | 2 months ago | | | 0 | 0.00040225161 |
ABI
ABI objects
Getter at block 21385888
OPERATOR_FILTER_REGISTRY() view returns (address)
0x000000000000aaeb6d7670e522a718067333cd4e
cost() view returns (uint256)
0
feeReceiver() view returns (address)
0xa6821d627f1078b48873aeacd08df8072c57c677
maxMintAmountPerTx() view returns (uint256)
25
maxSupply() view returns (uint256)
7777
name() view returns (string)
frENS
owner() view returns (address)
0x5e05d5474b4e2f5e69507cc1538fc25a741ce41a
paused() view returns (bool)
true
presale() view returns (bool)
false
revealed() view returns (bool)
true
riddle1Winner() view returns (address)
0xdd1ecae49312f5a2fef65d13327e92d32864fdee
riddle2Winner() view returns (address)
0xdd1ecae49312f5a2fef65d13327e92d32864fdee
snapshotContract() view returns (address)
0x02e9b2389156ee8ed963b1341a69d5f54ada4d82
symbol() view returns (string)
FRNS
totalSupply() view returns (uint256)
7777
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMintedAmount(address _address) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isWl(address _address, bytes32[] _merkleProof) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
walletMints(address) view returns (uint256)
walletOfOwner(address _owner) view returns (uint256[])
whitelistClaimed(address) view returns (bool)
State-modifying
Events answerRiddle1(string word)
answerRiddle2(string word)
approve(address operator, uint256 tokenId)
mint(uint256 _mintAmount) payable
mintForAddress(uint256 _mintAmount, address _receiver)
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)
setHiddenMetadataUri(string _hiddenMetadataUri)
setMaxMintAmountPerTx(uint256 _maxMintAmountPerTx)
setMerkleRoot(bytes32 _newMerkleRoot)
setPaused(bool _state)
setPresale(bool _bool)
setRevealed(bool _state)
setSnapShotContract(address _contract)
setUri(string _uri)
setUriSuffix(string _uriSuffix)
setWithdrawReceiver(address _receiver)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
whitelistMint(address vault, uint256 _mintAmount, bytes32[] _merkleProof) payable
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(string _name, string _symbol, uint256 _cost, uint256 _maxSupply, uint256 _maxMintAmountPerTrx)
receive()
OperatorNotAllowed(address operator)