SuperFrens
Verified contract
Active on
Base with 159,941 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
OHNO | ERC-20 | 3.25171K | -- | -- | |
Claim LIDO | ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22751062 | 7 minutes ago | | | 0 | 0.0000052075642 | |
| 22750879 | 13 minutes ago | | | 0 | 3.4002502e-7 | |
| 22750782 | 16 minutes ago | | | 0 | 0.0000013892372 | |
| 22750768 | 17 minutes ago | | | 0 | 0.0000022261319 | |
| 22750481 | 26 minutes ago | | | 0 | 0.0000022421695 | |
| 22750463 | 27 minutes ago | | | 0 | 0.0000022416150 | |
| 22750309 | 32 minutes ago | | | 0 | 0.0000023010916 | |
| 22749920 | an hour ago | | | 0 | 0.0000052075642 | |
| 22748391 | 2 hours ago | | | 0 | 0.0000013995262 | |
| 22748330 | 2 hours ago | | | 0 | 0.0000013995400 |
ABI
ABI objects
Getter at block 22751260
baseURIFrozen() view returns (bool)
false
name() view returns (string)
SuperFrens
owner() view returns (address)
0x6d0fc1b03dd32922d5d6cc851a09812b22ab8006
symbol() view returns (string)
FREN
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
editionMerkleRoot(uint256 editionId) view returns (bytes32 merkleRoot)
editionTiersSupply(uint256 editionId, uint256 tierId) view returns (uint256 availableToMint, uint256 currentSupply)
isApprovedForAll(address account, address operator) view returns (bool)
supplyClaimedByWallet(uint256 tokenId, address claimerAddress) view returns (uint256 totalClaimed)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId_) view returns (string)
uri(uint256) view returns (string)
verifyClaim(address claimer_, uint256 editionId_, uint256 tierId_, bytes32[] proof_) view returns (bool valid)
State-modifying
Events batchClaim(address receiver_, uint256[] editionIds_, uint256[] tierIds_, bytes32[][] proofs_)
batchForge(uint256[] tierIds_)
claim(address receiver_, uint256 editionId_, uint256 tierId_, bytes32[] proof_)
forge(uint256 tierId_)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] values, bytes data)
safeTransferFrom(address from, address to, uint256 id, uint256 value, bytes data)
setApprovalForAll(address operator, bool approved)
setEdition(uint256 editionId_, bytes32 root_) payable
setUri(string uri_, bool freeze_) payable
transferOwnership(address newOwner)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
BaseURIUpdated(string oldURI, string newURI, bool frozen)
EditionSet(uint256 indexed editionid, bytes32 merkleRoot)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokensClaimed(address indexed claimer, address indexed receiver, uint256 indexed editionId, uint256 tierId)
TokensForged(address indexed forger, uint256 indexed tierId, uint256 indexed forgeId)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
constructor(string name_, string symbol_, string tokenURI_, uint256[] availablePerEdition_)
This contract contains no fallback and receive objects.
ERC1155InsufficientBalance(address sender, uint256 balance, uint256 needed, uint256 tokenId)
ERC1155InvalidApprover(address approver)
ERC1155InvalidArrayLength(uint256 idsLength, uint256 valuesLength)
ERC1155InvalidOperator(address operator)
ERC1155InvalidReceiver(address receiver)
ERC1155InvalidSender(address sender)
ERC1155MissingApprovalForAll(address operator, address owner)
INVALID_BATCH_REQ()
INVALID_CLAIM()
INVALID_FORGE_TIER()
INVALID_MERKLE_ROOT()
INVALID_RECEIVER()
MERKLE_ROOT_ALREADY_SET()
MERKLE_ROOT_NOT_SET()
NO_SUPERFRENS_AVAILABLE_TO_MINT()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
PREVIOUS_EDITION_NOT_SET()
URI_FROZEN()
ZERO_ARR_LENGTH()