GDAv1Forwarder
Verified contract
Active on
Base with 4,563 txns
Slot | Value |
---|---|
0x0000000000000000000000000000000000000000000000000000000000000000 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000001 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000002 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000003 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
0x0000000000000000000000000000000000000000000000000000000000000004 | 0x0000000000000000000000000000000000000000000000000000000000000000 |
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.00097 |
$0 | |
OHNO | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22488560 | 26 minutes ago | | | 0 | 0.0000011541935 | |
| 22488552 | 26 minutes ago | | | 0 | 0.0000026729582 | |
| 22463052 | 15 hours ago | | | 0 | 0.0000036003796 | |
| 22460157 | 16 hours ago | | | 0 | 0.0000032757217 | |
| 22440664 | a day ago | | | 0 | 0.0000032653386 | |
| 22437410 | a day ago | | | 0 | 0.0000027320612 | |
| 22435403 | a day ago | | | 0 | 0.0000032444705 | |
| 22432313 | a day ago | | | 0 | 0.0000022149696 | |
| 22395178 | 2 days ago | | | 0 | 0.0000033103306 | |
| 22394507 | 2 days ago | | | 0 | 0.0000033103306 |
ABI
ABI objects
Getter at block 22489339
This contract contains no getter function objects.
Read-only
estimateDistributionActualAmount(address token, address from, address to, uint256 requestedAmount) view returns (uint256 actualAmount)
estimateFlowDistributionActualFlowRate(address token, address from, address to, int96 requestedFlowRate) view returns (int96 actualFlowRate, int96 totalDistributionFlowRate)
getFlowDistributionFlowRate(address token, address from, address to) view returns (int96)
getNetFlow(address token, address account) view returns (int96)
getPoolAdjustmentFlowInfo(address pool) view returns (address, bytes32, int96)
getPoolAdjustmentFlowRate(address pool) view returns (int96)
isMemberConnected(address pool, address member) view returns (bool)
isPool(address token, address account) view returns (bool)
State-modifying
Events claimAll(address pool, address memberAddress, bytes userData) returns (bool success)
connectPool(address pool, bytes userData) returns (bool)
createPool(address token, address admin, struct PoolConfig config) returns (bool success, address pool)
disconnectPool(address pool, bytes userData) returns (bool)
distribute(address token, address from, address pool, uint256 requestedAmount, bytes userData) returns (bool)
distributeFlow(address token, address from, address pool, int96 requestedFlowRate, bytes userData) returns (bool)
updateMemberUnits(address pool, address memberAddress, uint128 newUnits, bytes userData) returns (bool success)
This contract contains no event objects.
constructor(address host)
This contract contains no fallback and receive objects.
This contract contains no error objects.