0x76daf3ffe6876346197a1efd6bf54ac96d79776f
Unverified contract
Proxy
Active on
Base with 157 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 ($20.06)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 19.995231 | $1.00 |
$20 | |
WGC | ERC-20 | 200 | $0.000323 |
$0.06 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13787296 | 7 months ago | | | 0 | 0.0000010806166 | |
| 10558851 | 10 months ago | | | 0 | 0.000000007344646593 | |
| 10487273 | 10 months ago | | | 0 | 0.000000104367000000 | |
| 10264525 | 10 months ago | | | 0 | 0.000000109198112595 | |
| 10238213 | 10 months ago | | | 0 | 0.000000001063504914 | |
| 10228475 | 10 months ago | | | 0 | 0.000000010956436788 | |
| 10225986 | 10 months ago | | | 0 | 0.000000008133705669 | |
| 10202500 | 10 months ago | | | 0 | 0.000000010953161778 | |
| 10199622 | 10 months ago | | | 0 | 0.000000109198440096 | |
| 10198647 | 10 months ago | | | 0 | 2.1833400e-7 |
ABI
ABI objects
Getter at block 23645307
endsAt() view returns (uint256)
1708056907
erc20Address() view returns (address)
0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
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)
false
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)
20000000
minAllowedContribution() view returns (uint256)
20000000
recipientAddress() view returns (address)
0xae3a3f51ee629eb28b425bf599454702a4fe101a
startsAt() view returns (uint256)
1705464907
state() view returns (uint8)
2
totalSupply() view returns (uint256)
3120000000
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.