0x4fdb6aeb99e7144ec38a82a5390507ea4b9a3198
Unverified contract
Proxy
Active on
Base with 66 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 48 additional slots
Balances ($0.00)
No balances found for "0x4fdb6aeb99e7144ec38a82a5390507ea4b9a3198"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11868644 | 8 months ago | | | 0 | 0.0000011235332 | |
| 11781252 | 8 months ago | | | 0.022 | 1.4057000e-7 | |
| 11732341 | 8 months ago | | | 0.022 | 0.000000007056614000 | |
| 11561731 | 9 months ago | | | 0.022 | 0.000000070324570455 | |
| 11529705 | 9 months ago | | | 0.022 | 0.000000005167915480 | |
| 11526464 | 9 months ago | | | 0.022 | 0.000000000166013170 | |
| 11268393 | 9 months ago | | | 0.022 | 1.4057000e-7 | |
| 11260043 | 9 months ago | | | 0.022 | 0.000000007051412910 | |
| 11259839 | 9 months ago | | | 0.022 | 0.000000001819046085 | |
| 11162998 | 9 months ago | | | 0.022 | 0.000000085210090035 |
ABI
ABI objects
Getter at block 22922981
endsAt() view returns (uint256)
1710522691
erc20Address() view returns (address)
0x0000000000000000000000000000000000000000
feeRecipientAddress() view returns (address)
0x0000000000000000000000000000000000000000
goalMax() view returns (uint256)
1000000000000000042420637374017961984
goalMin() view returns (uint256)
1
isContributionAllowed() view returns (bool)
false
isEnded() view returns (bool)
true
isEthDenominated() view returns (bool)
true
isGoalMaxMet() view returns (bool)
false
isGoalMinMet() view returns (bool)
true
isStarted() view returns (bool)
true
isTransferAllowed() view returns (bool)
false
isUnlockAllowed() view returns (bool)
false
isWithdrawAllowed() view returns (bool)
true
maxAllowedContribution() view returns (uint256)
22000000000000000
minAllowedContribution() view returns (uint256)
22000000000000000
recipientAddress() view returns (address)
0xd5b472ffaf39476f83b8975667169ab6f9216dcd
startsAt() view returns (uint256)
1707930691
state() view returns (uint8)
2
totalSupply() view returns (uint256)
1430000000000000000
transferFeeBips() view returns (uint16)
0
yieldFeeBips() view returns (uint16)
0
yieldTotal() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
contributionRangeFor(address account) view returns (uint256 min, uint256 max)
withdrawsOf(address account) view returns (uint256)
yieldBalanceOf(address account) view returns (uint256)
yieldTotalOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
contributeERC20(uint256 amount)
contributeEth() payable
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address recipient, uint256 minGoal, uint256 maxGoal, uint256 minContribution, uint256 maxContribution, uint256 startTimestamp, uint256 endTimestamp, address erc20TokenAddr, address feeRecipientAddr, uint16 feeTransferBips, uint16 feeYieldBips)
transfer(address to, uint256 amount) returns (bool)
transferBalanceToRecipient()
transferFrom(address from, address to, uint256 amount) returns (bool)
unlockFailedFunds()
withdraw()
yieldERC20(uint256 amount)
yieldEth() payable
Approval(address indexed owner, address indexed spender, uint256 value)
Contribution(address indexed account, uint256 numTokens)
Fail()
Initialized(uint8 version)
Payout(address indexed account, uint256 numTokens)
Transfer(address indexed from, address indexed to, uint256 value)
TransferContributions(address indexed account, uint256 numTokens)
Withdraw(address indexed account, uint256 numTokens)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.