BestFriend
Verified contract
Active on
Base with 22,126 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 4 additional slots
Balances ($682,089.10)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FRIEND | ERC-20 | 7.743532M | $0.088085 |
$682,089.02 | |
WGC | ERC-20 | 300 | $0.000104 |
$0.03 | |
USA | ERC-20 | 9.11 | $0.001787 |
$0.02 | |
PEEZY | ERC-20 | 1.2 | $0.010576 |
$0.01 | |
BENTO | ERC-20 | 888.888K | $0.00 |
$0.01 | |
Boe | ERC-20 | 69.69 | $0.000089 |
$0.01 | |
Boshi | ERC-20 | 7.59 | $0.000548 |
$0 | |
BOOMER | ERC-20 | 0.4368 | $0.005692 |
$0 | |
BOYS | ERC-20 | 0.2 | $0.005244 |
$0 | |
kurbi | ERC-20 | 1 | $0.00072 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21739527 | 5 minutes ago | | | 0 | 6.6583703e-7 | |
| 21738914 | 26 minutes ago | | | 0 | 6.6593460e-7 | |
| 21738214 | an hour ago | | | 0 | 8.2773893e-7 | |
| 21731467 | 5 hours ago | | | 0 | 6.8870104e-7 | |
| 21730702 | 5 hours ago | | | 0 | 8.2773893e-7 | |
| 21729609 | 6 hours ago | | | 0 | 6.6593460e-7 | |
| 21729150 | 6 hours ago | | | 0 | 6.8870104e-7 | |
| 21722793 | 9 hours ago | | | 0 | 6.8870104e-7 | |
| 21721908 | 10 hours ago | | | 0 | 6.8870104e-7 | |
| 21717799 | 12 hours ago | | | 0 | 6.6583703e-7 |
ABI
ABI objects
Getter at block 21739680
endBlock() view returns (uint256)
29707655
owner() view returns (address)
0x0000000000000000000000000000000000000000
points() view returns (address)
0x0bd4887f7d41b35cd75dff9ffee2856106f86670
pointsPerBlock() view returns (uint256)
761030000000000000
pool() view returns (address lpToken, uint256 lastRewardBlock, uint256 bonusPointsAccrued, uint256 bonusPointsDistributed, uint256 accpointsPerShare)
(lpToken=0x7cfc830448484cdf830625373820241e61ef4acf, lastRewardBlock=21739527, bonusPointsAccrued=740344010035500000000000, bonusPointsDistributed=740344010035500000000000, accpointsPerShare=20408523999104817466)
router() view returns (address)
0xbf250ae227de43dedaf01ccbfd8cc83027efc1e2
wag() view returns (uint256)
1000000000000
Read-only
pendingpoints(address _user) view returns (uint256)
userInfo(address) view returns (uint256 lastDepositBlock, uint256 amount, uint256 rewardDebt)
State-modifying
Events addBonusPoints(uint256 _amount)
deposit(uint256 _amount, address onBehalfOf)
emergencyWithdraw()
extendEndBlock(uint256 newEndBlock)
transferOwnership(address newOwner)
updatePool()
withdraw(uint256 _amount, address onBehalfOf)
Deposit(address indexed user, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 amount)
OwnershipTransferred(address indexed user, address indexed newOwner)
Withdraw(address indexed user, uint256 amount)
constructor(address _points, struct BestFriendPoolInfo _pool, uint256 _pointsPerBlock, uint256 _endBlock, address _router)
This contract contains no fallback and receive objects.
This contract contains no error objects.