ERC1967Proxy

Verified contract

Proxy

Active on Base with 1,965 txns
Deployed by via 0xa3b248ee at 21405720
Slot
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
Native
Value $2,782.8
ERC-20
--
0x97f70ce2dcf0999e9c0a6fc7f1e519d2fda77baf815226e8c2f06a82dfb9485f
0x37eb61ac05a94fb2daa1265a2c704b7671d14fc5a497b0efed89bd659465043a
0xf23467f1352d07473105a5f0d7c8b00f7e03a66436cd5f1078e361037a14d355
0xedde78af98480f858153a5a4ced0e0690ea85144be87647baebf2559da83a876
0xd3d83499d249c7991e70b9d064addb274f7134ba3125f540f3dfe668bcb06b6c
0xbbe47f5abf6ca4ac5c19aa5cb6357dd8e3d9a4ef78f59e0bf725773f66de6aa2
0x754f477a2524363c85829216aac5f1fc8c2b0da4e1359f57c20da6ff08b5fa3c
0x9783e94a4917771adac395d50389187e74f2d42db403c5a91e7a860dea300f91
0xff9f93802b1634be07ee436d38f11f11223311e329ddce1407d812dab3f37f73
0x052a2442ef6b87130c64097f76e3caf7ab9d002f13662c959616e18d419c1890

Functions
Getter at block 22911780
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
 
proxiableUUID(view returns (bytes32)
token(view returns (address)
0x280195d4eeaddd8166800e08f5f63cdc091dfce0
tokenPrice(view returns (uint256)
100000000000
totalDistributed(view returns (uint256)
610451503181196479560000000
Read-only
balanceOf(addressview returns (uint256)
getInvestorOrderIds(address investorview returns (uint256[])
getOrderInfo(uint256 orderIdview returns (address beneficiaryuint256 amountbool claimed)
isOrderClaimed(uint256 orderIdview returns (bool)
orderIds(addressuint256view returns (uint256)
supportedTokens(addressview returns (address priceFeeduint256 rateuint8 decimalsuint256 raisedAmount)
State-modifying
addSupportedToken(address _tokenaddress _priceFeed
claim(uint256 orderId
initialize(address _tokenaddress _fundReceiveruint256 _autoTransferThreshold
orderToken(address fundsAddressuint256 fundsAmount
pause(
placeOrder(payable 
prepareUpgrade(
renounceOwnership(
setAutoTransferThreshold(uint256 _newThreshold
setFundReceiver(address _newReceiver
setTokenPrice(uint256 _newPriceInWei
transferOwnership(address newOwner
unpause(
updateTokenPrice(address _token
upgradeToAndCall(address newImplementationbytes datapayable 
withdrawEth(
withdrawFunds(address _token
Events
Upgraded(address indexed implementation
AutoTransferThresholdUpdated(uint256 oldThresholduint256 newThreshold
EthWithdrawn(uint256 amount
FundReceiverUpdated(address indexed oldReceiveraddress indexed newReceiver
FundsWithdrawn(address tokenuint256 amount
Initialized(uint64 version
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Paused(address account
PriceUpdated(uint256 newPrice
SupportedTokenAdded(address tokenaddress priceFeed
TokensClaimed(address indexed receiveruint256 indexed iduint256 amount
TokensLocked(address indexed senderuint256 indexed iduint256 amountuint256 lockTime
Unpaused(address account
Upgraded(address indexed implementation
Constructor
constructor(address implementationbytes _data
Fallback and receive
fallback(
receive(
Errors
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