0x8194a3665e0a84acdee18c6d911dbadd5151884a
Verified contract
Proxy
Active on
Base with 420 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
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000775 |
$0 | |
OHNO | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22722160 | 15 hours ago | | | 0 | 0.0000018270712 | |
| 22721573 | 15 hours ago | | | 0 | 0.0000012609266 | |
| 22721525 | 15 hours ago | | | 0 | 0.0000012261435 | |
| 22721056 | 15 hours ago | | | 0 | 0.0000015161080 | |
| 22716757 | 18 hours ago | | | 0 | 0.0000037146211 | |
| 22713439 | 19 hours ago | | | 0 | 0.000025178217 | |
| 22672850 | 2 days ago | | | 0 | 0.0000037146211 | |
| 22661718 | 2 days ago | | | 0 | 0.0000037146211 | |
| 22635798 | 3 days ago | | | 0 | 0.0000037004803 | |
| 22614149 | 3 days ago | | | 0 | 0.0000037146211 |
ABI
ABI objects
Getter at block 22748287 proxiableUUID() view returns (bytes32)
MAX_FEE_BPS() view returns (uint16)
2000
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
distributor() view returns (address)
0x0da2876d70b29a585a17e82cd77210be20e6f6c8
feeBPS() view returns (uint16)
1500
feeClaimer() view returns (address)
0xebb20e41d1bd54f0288f90fab34a1c55488a0070
owner() view returns (address)
0x262a8d2f2aedb692a1332c50c90df83b5046ead2
recurringRoundV1Beacon() view returns (address)
0xf77b10f8bd89e45d89b69141696766e0c14648fb
signer() view returns (address)
0x127da5522a82124bbfecd745422ebc319d3d1e90
singleRoundV1Beacon() view returns (address)
0x2f69a9e6e266457c276757ba68f2cdeaa5044e54
singleRoundV2Beacon() view returns (address)
0x4ff7c250de8eac99a9939cf00fa036aeb71b070f
Read-only
ownershipHandoverExpiresAt(address pendingOwner) view returns (uint256 result)
predictRecurringRoundV1Address(struct IRoundFactoryRecurringRoundV1Config config) view returns (address round)
predictSingleRoundV1Address(struct IRoundFactorySingleRoundV1Config config) view returns (address round)
predictSingleRoundV2Address(struct IRoundFactorySingleRoundV2Config config) view returns (address round)
State-modifying
Events cancelOwnershipHandover() payable
completeOwnershipHandover(address pendingOwner) payable
deployRecurringRoundV1(struct IRoundFactoryRecurringRoundV1Config config) returns (address round)
deploySingleRoundV1(struct IRoundFactorySingleRoundV1Config config) returns (address round)
deploySingleRoundV2(struct IRoundFactorySingleRoundV2Config config) returns (address round)
initialize(address owner_, address signer_, address distributor_, address feeClaimer_, uint16 feeBPS_)
renounceOwnership() payable
requestOwnershipHandover() payable
setDistributor(address newDistributor)
setFeeBPS(uint16 newFeeBPS)
setFeeClaimer(address newFeeClaimer)
setRecurringRoundV1Implementation(address newImplementation)
setSigner(address newSigner)
setSingleRoundV1Implementation(address newImplementation)
setSingleRoundV2Implementation(address newImplementation)
transferOwnership(address newOwner) payable
upgradeToAndCall(address newImplementation, bytes data) payable
DistributorSet(address newDistributor)
FeeBPSSet(uint16 newFeeBPS)
FeeClaimerSet(address newFeeClaimer)
Initialized(uint64 version)
OwnershipHandoverCanceled(address indexed pendingOwner)
OwnershipHandoverRequested(address indexed pendingOwner)
OwnershipTransferred(address indexed oldOwner, address indexed newOwner)
RecurringRoundV1Deployed(address round, struct IRoundFactoryRecurringRoundV1Config config)
SignerSet(address newSigner)
SingleRoundV1Deployed(address round, struct IRoundFactorySingleRoundV1Config config)
SingleRoundV2Deployed(address round, struct IRoundFactorySingleRoundV2Config config)
Upgraded(address indexed implementation)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AlreadyInitialized()
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FEE_BPS_TOO_HIGH()
FailedInnerCall()
InvalidInitialization()
NewOwnerIsZeroAddress()
NoHandoverRequest()
NotInitializing()
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)
Unauthorized()