ETHTrustFundSTAKING

Verified contract

Active on Base with 10,640 txns
Deployed by via 0x9491bfac at 11811841
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
ERC-20
--
ERC-20
--
0xb8df99ea159b4949d95f7326433e395be3b88247acb94b9b5acd24d112b78815
0xc8dc88fe8e13a4e7cdb2ddfd9d7bfd50dfa0fcb84362dbf4eca13b983d8a69e8
0x0f9c6d4d92602e0e290d06fc45e36932194d485315ac0d7c08d9aa86a5239bce
0x5b938f18a5792c5e32dd914f272be10446184f64de4d5e42a61f668d8d2fbd42
0xeb3861cd7eafacee841341e2dcab86ce08fd19d43e8b7c090b966aca03f447f3
0x7d680034c5f5d56e0c506385faf7f3befe2218286e05ced7120b399798ae8549
0x77393e563240547fdb4ab267121ec0eebd6266fb46594b533c74663769a0254d
0x82d70c1d76e5347750d8372ec4d03112cdd04fc69f6208307905893b2f26d1a3
0x99efd1d1c003720c7bfbc5bb2663f68df86fdc34862a7f79a3de17903ed9a5cf
0x2de34d189986fefe23314f585720fc99964ada75664f8b0170a5ac75aae63475

Functions
Getter at block 22929123
BTC(view returns (address)
0x6cf727d9089a07e44607bea30f5e687983ca6aa1
BTCPerSecond(view returns (uint256)
9000000000000000000
USDC(view returns (address)
0x833589fcd6edb6e08f4c7c32d4f71b54bda02913
USDCPerSecond(view returns (uint256)
50000000000
USDCdistributed(view returns (uint256)
0
maUSDCPerSecond(view returns (uint256)
100000000000000000000
owner(view returns (address)
0x7a37ecb2726e9d46d8f8cfa0278869f98889b6ba
poolLength(view returns (uint256)
2
startTime(view returns (uint256)
1710413106
totalAllocPoint(view returns (uint256)
100
totalBTCdistributed(view returns (uint256)
0
totalburn(view returns (uint256)
6864690379196231967136307
withdrawable(view returns (bool)
true
Read-only
checkFeeUser(uint256 _pidview returns (uint256)
getMultiplier(uint256 _fromuint256 _toview returns (uint256)
pendingBTC(uint256 _pidaddress _userview returns (uint256)
pendingUSDC(uint256 _pidaddress _userview returns (uint256)
poolInfo(uint256view returns (address lpTokenuint256 totalTokenuint256 allocPointuint256 lastRewardTimeuint256 accBTCPerShareuint256 accUSDCPerShare)
userInfo(uint256addressview returns (uint256 amountuint256 rewardDebtuint256 USDCrewardDebtuint256 lastDepositTime)
State-modifying
add(uint256 _allocPointaddress _lpToken
closeWithdraw(
deposit(uint256 _piduint256 _amount
massUpdatePools(
openWithdraw(
renounceOwnership(
set(uint256 _piduint256 _allocPoint
setBTCPerSecond(uint256 _BTCPerSecond
setUSDCPerSecond(uint256 _USDCPerSecond
supplyRewards(uint256 _amount
transferOwnership(address newOwner
updatePool(uint256 _pid
updateRewards(address _BTCaddress _USDC
withdraw(uint256 _piduint256 _amount
Events
Deposit(address indexed useruint256 indexed piduint256 amount
EmergencyWithdraw(address indexed useruint256 indexed piduint256 amount
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Withdraw(address indexed useruint256 indexed piduint256 amount
Constructor
constructor(uint256 _BTCPerSeconduint256 _USDCPerSeconduint256 _startTime
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AddressEmptyCode(address target
AddressInsufficientBalance(address account
FailedInnerCall(
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account
SafeERC20FailedOperation(address token