ERC1967Proxy
Verified contract
Proxy
Active on
Base with 1,965 txns
Unified storage
Map
Table
Raw
Constants and immutables
1
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 48 additional slots
-
variable spans 48 additional slots
0x2801…fce0
Balances ($2,782.80)
Native
Value
$2,782.8
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
Eth | Native | 0.82222 | $3,384.49 |
$2,782.8 | |
belu | ERC-20 | 59.400906B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22910431 | an hour ago | | | 0 | 0.0000019263790 | |
| 22910419 | an hour ago | | | 0.45 | 0.0000039478089 | |
| 22910149 | an hour ago | | | 0 | 0.0000022515184 | |
| 22910082 | an hour ago | | | 0.14 | 0.0000045749724 | |
| 22909044 | 2 hours ago | | | 0 | 0.0000022887942 | |
| 22908965 | 2 hours ago | | | 0.021 | 0.0000042883016 | |
| 22908459 | 2 hours ago | | | 0 | 0.0000015678075 | |
| 22908422 | 2 hours ago | | | 0.001 | 0.0000029560797 | |
| 22907095 | 3 hours ago | | | 0 | 0.0000022675264 | |
| 22907011 | 3 hours ago | | | 0.013 | 0.0000043158618 |
ABI
ABI objects
Getter at block 22911780 proxiableUUID() view returns (bytes32)
PRICE_PRECISION() view returns (uint256)
1000000000000000000
UPGRADE_INTERFACE_VERSION() view returns (string)
5.0.0
UPGRADE_TIMELOCK() view returns (uint256)
86400
autoTransferThreshold() view returns (uint256)
1000000000000000000
ethUsdPriceFeed() view returns (address)
0x71041dddad3595f9ced3dccfbe3d1f4b0a16bb70
fundReceiver() view returns (address)
0x46952703940aaff4f45edc9a7c573bb9de920666
getEthUsdPrice() view returns (uint256)
338902119094
lastUpgradeTimestamp() view returns (uint256)
0
minInvestment() view returns (uint256)
500000000000000
owner() view returns (address)
0x5b07da515eca5c603ab5bffb789d9ae8bc82f91d
paused() view returns (bool)
false
pendingEthTransfers() view returns (uint256)
822220000000000000
token() view returns (address)
0x280195d4eeaddd8166800e08f5f63cdc091dfce0
tokenPrice() view returns (uint256)
100000000000
totalDistributed() view returns (uint256)
610451503181196479560000000
Read-only
balanceOf(address) view returns (uint256)
getInvestorOrderIds(address investor) view returns (uint256[])
getOrderInfo(uint256 orderId) view returns (address beneficiary, uint256 amount, bool claimed)
isOrderClaimed(uint256 orderId) view returns (bool)
orderIds(address, uint256) view returns (uint256)
supportedTokens(address) view returns (address priceFeed, uint256 rate, uint8 decimals, uint256 raisedAmount)
State-modifying
Events addSupportedToken(address _token, address _priceFeed)
claim(uint256 orderId)
initialize(address _token, address _fundReceiver, uint256 _autoTransferThreshold)
orderToken(address fundsAddress, uint256 fundsAmount)
pause()
placeOrder() payable
prepareUpgrade()
renounceOwnership()
setAutoTransferThreshold(uint256 _newThreshold)
setFundReceiver(address _newReceiver)
setTokenPrice(uint256 _newPriceInWei)
transferOwnership(address newOwner)
unpause()
updateTokenPrice(address _token)
upgradeToAndCall(address newImplementation, bytes data) payable
withdrawEth()
withdrawFunds(address _token)
Upgraded(address indexed implementation)
AutoTransferThresholdUpdated(uint256 oldThreshold, uint256 newThreshold)
EthWithdrawn(uint256 amount)
FundReceiverUpdated(address indexed oldReceiver, address indexed newReceiver)
FundsWithdrawn(address token, uint256 amount)
Initialized(uint64 version)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PriceUpdated(uint256 newPrice)
SupportedTokenAdded(address token, address priceFeed)
TokensClaimed(address indexed receiver, uint256 indexed id, uint256 amount)
TokensLocked(address indexed sender, uint256 indexed id, uint256 amount, uint256 lockTime)
Unpaused(address account)
Upgraded(address indexed implementation)
constructor(address implementation, bytes _data)
fallback()
receive()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedInnerCall()
AddressEmptyCode(address target)
ERC1967InvalidImplementation(address implementation)
ERC1967NonPayable()
FailedCall()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)
UUPSUnauthorizedCallContext()
UUPSUnsupportedProxiableUUID(bytes32 slot)