Balance
Verified contract
Proxy
Active on
Ethereum with 393 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
3 additional
variables
Balances ($0.00)
No balances found for "Balance"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16273911 | 2 years ago | | | 0 | 0.00061192221 | |
| 16196108 | 2 years ago | | | 0 | 0.00091458998 | |
| 16106642 | 2 years ago | | | 0 | 0.00059122940 | |
| 15925750 | 2 years ago | | | 0 | 0.00078980367 | |
| 14941298 | 2 years ago | | | 0 | 0.0041179621 | |
| 14924605 | 2 years ago | | | 0.3 | 0.0020979570 | |
| 14846956 | 2 years ago | | | 33.333 | 0.0018123771 | |
| 14844307 | 2 years ago | | | 0 | 0.0043784666 | |
| 14730088 | 3 years ago | | | 0.03 | 0.0047592519 | |
| 14727096 | 3 years ago | | | 0.03 | 0.0051409699 |
ABI
ABI objects
Getter at block 21211801
editions() view returns (address)
0x834ebe76d6e0331fe86071963cad42c98199fc7c
feePercentage() view returns (uint256)
250
fundingCap() view returns (uint256)
3333333300000000000000
fundingRecipient() view returns (address)
0x225e9b54f41f44f42150b6aaa730da5f2d23faf2
logic() view returns (address logic_)
0x0e41862deeca185f784b96a0bc44de21f0436306
name() view returns (string)
Balance
operator() view returns (address)
0x225e9b54f41f44f42150b6aaa730da5f2d23faf2
operatorPercent() view returns (uint256)
67
status() view returns (uint8)
1
symbol() view returns (string)
LFG
totalSupply() view returns (uint256)
4430182069696969696969696
treasuryConfig() view returns (address)
0x21a93be569666527dae0fdbfbe7715299dec1202
decimals() view returns (uint8)
18
editions() view returns (address)
0x834ebe76d6e0331fe86071963cad42c98199fc7c
feePercentage() view returns (uint256)
250
fundingCap() view returns (uint256)
3333333300000000000000
fundingRecipient() view returns (address)
0x225e9b54f41f44f42150b6aaa730da5f2d23faf2
name() view returns (string)
Balance
operator() view returns (address)
0x225e9b54f41f44f42150b6aaa730da5f2d23faf2
operatorPercent() view returns (uint256)
67
status() view returns (uint8)
1
symbol() view returns (string)
LFG
totalSupply() view returns (uint256)
4430182069696969696969696
treasuryConfig() view returns (address)
0x21a93be569666527dae0fdbfbe7715299dec1202
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
computeFee(uint256 amount, uint256 feePercentage_) pure returns (uint256 fee)
redeemableFromTokens(uint256 tokenAmount) view returns (uint256)
valueToTokens(uint256 value) pure returns (uint256 tokens)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
changeFundingRecipient(address newFundingRecipient)
closeFunding()
contribute(address backer, uint256 editionId, uint256 amount) payable
initialize(uint256 totalSupply_, address to_)
redeem(uint256 tokenAmount)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
withdraw()
Approval(address indexed from, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
Upgraded(address indexed implementation)
Approval(address indexed from, address indexed spender, uint256 value)
BidAccepted(uint256 amount)
Contribution(address contributor, uint256 amount)
ContributionForEdition(address contributor, uint256 amount, uint256 editionId, uint256 tokenId)
FundingClosed(uint256 amountRaised, uint256 creatorAllocation)
Mint(address indexed to, uint256 amount)
ReceivedERC721(uint256 tokenId, address sender)
Redeemed(address contributor, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
Withdrawal(uint256 amount, uint256 fee)
constructor(address treasuryConfig_, address operator_, string name_, string symbol_)
fallback()
receive()
This contract contains no error objects.