BasedDistributorV2
Verified contract
Active on
Base with 149,269 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1dd2…50c4
Balances ($1,406,432.22)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ALB | ERC-20 | 3.315903M | $0.424147 |
$1,406,430.41 | |
SQUOGE | ERC-20 | 420 | $0.002343 |
$0.98 | |
AEROBUD | ERC-20 | 65 | $0.010128 |
$0.66 | |
WGC | ERC-20 | 200 | $0.00063 |
$0.13 | |
NEWB | ERC-20 | 350 | $0.0001 |
$0.03 | |
BOYS | ERC-20 | 0.2 | $0.011547 |
$0 | |
USA | ERC-20 | 2 | $0.00086 |
$0 | |
MAG | ERC-20 | 0.861609 | $0.000076 |
$0 | |
Cheems | ERC-20 | 10.134582M | -- | -- | |
BUNNI-LP | ERC-20 | 4.891052M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22728956 | a minute ago | | | 0 | 0.000021158532 | |
| 22728897 | 3 minutes ago | | | 0 | 3.7604568e-7 | |
| 22728893 | 4 minutes ago | | | 0 | 0.000000508324562064 | |
| 22728776 | 7 minutes ago | | | 0 | 0.000019116806 | |
| 22728770 | 8 minutes ago | | | 0 | 0.000015300732 | |
| 22728704 | 10 minutes ago | | | 0 | 3.4338940e-7 | |
| 22728688 | 10 minutes ago | | | 0 | 3.6995852e-7 | |
| 22728662 | 11 minutes ago | | | 0 | 2.9342113e-7 | |
| 22728552 | 15 minutes ago | | | 0 | 4.3653807e-7 | |
| 22728377 | 21 minutes ago | | | 0 | 4.4238103e-7 |
ABI
ABI objects
Getter at block 22728995
MAXIMUM_DEPOSIT_FEE_RATE() view returns (uint16)
1000
MAXIMUM_HARVEST_INTERVAL() view returns (uint256)
1209600
alb() view returns (address)
0x1dd2d631c92b1acdfcdd51a0f7145a50130050c4
albPerSec() view returns (uint256)
3750000000000000000
investorAddress() view returns (address)
0xd9c14e5ad86d06de762f0d179109661e5b60cc4d
investorPercent() view returns (uint256)
0
owner() view returns (address)
0x16f1f80654f2fea97293321675907cfa2e23e4fb
poolLength() view returns (uint256)
71
startTimestamp() view returns (uint256)
1691539779
teamAddress() view returns (address)
0xdd8bb6779d6d7a2540c38cae1e95c2a1c350a390
teamPercent() view returns (uint256)
150
totalAlbInPools() view returns (uint256)
1936772062992333939106195
totalAllocPoint() view returns (uint256)
1110
totalLockedUpRewards() view returns (uint256)
59698427796880336343
treasuryAddress() view returns (address)
0x4ab9070b7680f802cbf8322e597a4409902171e5
treasuryPercent() view returns (uint256)
150
Read-only
canHarvest(uint256 _pid, address _user) view returns (bool)
pendingTokens(uint256 _pid, address _user) view returns (address[] addresses, string[] symbols, uint256[] decimals, uint256[] amounts)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardTimestamp, uint256 accAlbPerShare, uint16 depositFeeBP, uint256 harvestInterval, uint256 totalLp)
poolRewarders(uint256 _pid) view returns (address[] rewarders)
poolRewardsPerSec(uint256 _pid) view returns (address[] addresses, string[] symbols, uint256[] decimals, uint256[] rewardsPerSec)
poolTotalLp(uint256 pid) view returns (uint256)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt, uint256 rewardLockedUp, uint256 nextHarvestUntil)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, uint16 _depositFeeBP, uint256 _harvestInterval, address[] _rewarders)
deposit(uint256 _pid, uint256 _amount)
depositWithPermit(uint256 pid, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
emergencyWithdraw(uint256 _pid)
harvestMany(uint256[] _pids)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, uint16 _depositFeeBP, uint256 _harvestInterval, address[] _rewarders)
setInvestorAddress(address _investorAddress)
setInvestorPercent(uint256 _newInvestorPercent)
setTeamAddress(address _teamAddress)
setTeamPercent(uint256 _newTeamPercent)
setTreasuryAddress(address _treasuryAddress)
setTreasuryPercent(uint256 _newTreasuryPercent)
startFarming()
transferOwnership(address newOwner)
updateAllocPoint(uint256 _pid, uint256 _allocPoint)
updateEmissionRate(uint256 _albPerSec)
updatePool(uint256 _pid)
withdraw(uint256 _pid, uint256 _amount)
Add(uint256 indexed pid, uint256 allocPoint, address indexed lpToken, uint16 depositFeeBP, uint256 harvestInterval, address[] indexed rewarders)
AllocPointsUpdated(address indexed caller, uint256 previousAmount, uint256 newAmount)
Deposit(address indexed user, uint256 indexed pid, uint256 amount)
EmergencyWithdraw(address indexed user, uint256 indexed pid, uint256 amount)
EmissionRateUpdated(address indexed caller, uint256 previousValue, uint256 newValue)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RewardLockedUp(address indexed user, uint256 indexed pid, uint256 amountLockedUp)
Set(uint256 indexed pid, uint256 allocPoint, uint16 depositFeeBP, uint256 harvestInterval, address[] indexed rewarders)
SetInvestorAddress(address indexed oldAddress, address indexed newAddress)
SetInvestorPercent(uint256 oldPercent, uint256 newPercent)
SetTeamAddress(address indexed oldAddress, address indexed newAddress)
SetTeamPercent(uint256 oldPercent, uint256 newPercent)
SetTreasuryAddress(address indexed oldAddress, address indexed newAddress)
SetTreasuryPercent(uint256 oldPercent, uint256 newPercent)
UpdatePool(uint256 indexed pid, uint256 lastRewardTimestamp, uint256 lpSupply, uint256 accAlbPerShare)
Withdraw(address indexed user, uint256 indexed pid, uint256 amount)
constructor(address _alb, uint256 _albPerSec, address _teamAddress, address _treasuryAddress, address _investorAddress, uint256 _teamPercent, uint256 _treasuryPercent, uint256 _investorPercent)
This contract contains no fallback and receive objects.
This contract contains no error objects.