F0
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
-
variable spans 2 additional slots
Balances ($0.00)
No balances found for "F0"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "F0"
ABI
ABI objects
Getter at block 21090394
URI() view returns (string)
config() view returns (string placeholder, string base, uint64 supply, bool permanent)
(placeholder=, base=, supply=0, permanent=false)
name() view returns (string)
nextId() view returns (uint256)
0
owner() view returns (address)
0x0000000000000000000000000000000000000000
royalty() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
withdrawer() view returns (address account, bool permanent)
(account=0x0000000000000000000000000000000000000000, permanent=false)
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
invite(bytes32) view returns (uint128 price, uint64 start, uint64 limit)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
royaltyInfo(uint256 tokenId, uint256 value) view returns (address receiver, uint256 royaltyAmount)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
burn(uint256 _tokenId)
gift(address _receiver, uint256 _count)
initialize(string name, string symbol, struct F0Config _config)
mint(struct F0Auth auth, uint256 _count) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setConfig(struct F0Config _config)
setInvite(bytes32 _key, bytes32 _cid, struct F0Invite _invite)
setInvites(struct F0Invitelist[] invitelist)
setNS(string name_, string symbol_)
setRoyalty(address _address)
setURI(string _uri)
setWithdrawer(struct F0Withdrawer _withdrawer)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdraw() payable
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
Configured(struct F0Config config)
Invited(bytes32 indexed key, bytes32 indexed cid)
NSUpdated(string name, string symbol)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
WithdrawerUpdated(struct F0Withdrawer withdrawer)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.