midlife
Verified contract
Proxy
Active on
Ethereum with 620 txns
Unified 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 "midlife"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19694528 | 7 months ago | | | 0 | 0.00017606484 | |
| 19694528 | 7 months ago | | | 0 | 0.00029747204 | |
| 17966585 | a year ago | | | 0 | 0.00047326721 | |
| 16996716 | 2 years ago | | | 0 | 0.0011380640 | |
| 16959684 | 2 years ago | | | 0 | 0.0011963979 | |
| 16936840 | 2 years ago | | | 0 | 0.0013418427 | |
| 16796237 | 2 years ago | | | 0 | 0.0012730585 | |
| 16744624 | 2 years ago | | | 0 | 0.0010418634 | |
| 16325806 | 2 years ago | | | 0 | 0.00036138711 | |
| 16325796 | 2 years ago | | | 0 | 0.00069364212 |
ABI
ABI objects
Getter at block 21163665
URI() view returns (string)
config() view returns (string placeholder, string base, uint64 supply, bool permanent)
(placeholder=ipfs://bafkreih7v37flny2qvem7uxnulyg56p7dev4hxz4tf7if4l5dcd3nqyrty, base=ipfs://bafybeiguaibezfg2foc5eo77zcfsjqfcm3aikop34i2ogjozb4kmgs4xiu/, supply=1995, permanent=true)
name() view returns (string)
midlife
nextId() view returns (uint256)
1996
owner() view returns (address)
0x6bd9623d5f506f0ab69c12d1dde8229a7d900ecb
royalty() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
midlife
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.