Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xbd63…fb68
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
UNI-V2 | ERC-20 | 3.662976K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20081537 | 5 months ago | | | 0 | 0.00084192016 | |
| 19945677 | 6 months ago | | | 0 | 0.00065157627 | |
| 19912153 | 6 months ago | | | 0 | 0.0020834561 | |
| 19883695 | 6 months ago | | | 0 | 0.0010429868 | |
| 19876035 | 6 months ago | | | 0 | 0.0026454702 | |
| 19872862 | 6 months ago | | | 0 | 0.00058536012 | |
| 19858289 | 6 months ago | | | 0 | 0.00050785047 | |
| 19858285 | 6 months ago | | | 0 | 0.00073142119 | |
| 19856075 | 6 months ago | | | 0 | 0.00059160961 | |
| 19848409 | 6 months ago | | | 0 | 0.00067615720 |
ABI
ABI objects
Getter at block 21205562
BTC() view returns (address)
0xbd6323a83b613f668687014e8a5852079494fb68
BTCPerSecond() view returns (uint256)
0
USDC() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
USDCPerSecond() view returns (uint256)
0
USDCdistributed() view returns (uint256)
0
maUSDCPerSecond() view returns (uint256)
100000000000000000000
owner() view returns (address)
0x31ba7fbb25b37fc0dd2ebf1aaa8e4058ba801009
poolLength() view returns (uint256)
1
startTime() view returns (uint256)
0
totalAllocPoint() view returns (uint256)
300000000000000
totalBTCdistributed() view returns (uint256)
0
totalburn() view returns (uint256)
2256213498361257189132
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)