ETHTrustFundSTAKING
Verified contract
Active on
Base with 10,640 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x6cf7…6aa1
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 2.4K | -- | -- | |
$ETF | ERC-20 | 715.028683 | -- | -- | |
OHNO | ERC-20 | 4.703704 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22175124 | 17 days ago | | | 0 | 5.7315745e-7 | |
| 18026059 | 4 months ago | | | 0 | 0.0000047397455 | |
| 18025679 | 4 months ago | | | 0 | 0.0000041919313 | |
| 18025457 | 4 months ago | | | 0 | 0.0000041043188 | |
| 18025450 | 4 months ago | | | 0 | 0.0000041043188 | |
| 17886596 | 4 months ago | | | 0 | 5.2457643e-7 | |
| 17883945 | 4 months ago | | | 0 | 6.3356878e-7 | |
| 17860246 | 4 months ago | | | 0 | 0.000000709237295850 | |
| 17837927 | 4 months ago | | | 0 | 0.0000028288189 | |
| 17830192 | 4 months ago | | | 0 | 0.0000016674248 |
ABI
ABI objects
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 _pid) view returns (uint256)
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingBTC(uint256 _pid, address _user) view returns (uint256)
pendingUSDC(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 totalToken, uint256 allocPoint, uint256 lastRewardTime, uint256 accBTCPerShare, uint256 accUSDCPerShare)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 USDCrewardDebt, uint256 lastDepositTime)
State-modifying
Events add(uint256 _allocPoint, address _lpToken)
closeWithdraw()
deposit(uint256 _pid, uint256 _amount)
massUpdatePools()
openWithdraw()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint)
setBTCPerSecond(uint256 _BTCPerSecond)
setUSDCPerSecond(uint256 _USDCPerSecond)
supplyRewards(uint256 _amount)
transferOwnership(address newOwner)
updatePool(uint256 _pid)
updateRewards(address _BTC, address _USDC)
withdraw(uint256 _pid, uint256 _amount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(uint256 _BTCPerSecond, uint256 _USDCPerSecond, uint256 _startTime)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeERC20FailedOperation(address token)