Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x0361…62da
Balances ($0.25)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
WETH | ERC-20 | 0.000099 | $2,571.86 |
$0.25 | |
DRONE | ERC-20 | 4.204806M | -- | -- | |
COLIBRI | ERC-20 | 2.859076K | -- | -- | |
vAMM-DRONE/WETH | ERC-20 | 6.051977 | -- | -- | |
vAMM-WETH/COLIBRI | ERC-20 | 0.764708 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15225941 | 5 months ago | | | 0 | 2.6322255e-7 | |
| 10388396 | 9 months ago | | | 0 | 0.000000001319566612 | |
| 7739655 | a year ago | | | 0 | 0.000000000881018685 | |
| 7739637 | a year ago | | | 0 | 0.000018222210 | |
| 7554267 | a year ago | | | 0 | 0.0000029907900 | |
| 7554262 | a year ago | | | 0 | 0.0000030624110 | |
| 7446296 | a year ago | | | 0 | 0.000000106141000000 | |
| 7446294 | a year ago | | | 0 | 1.3103300e-7 | |
| 7443107 | a year ago | | | 0 | 1.1042507e-7 | |
| 7443105 | a year ago | | | 0 | 1.1393927e-7 |
ABI
ABI objects
Getter at block 21841218
BONUS_MULTIPLIER() view returns (uint256)
1
aeroAddress() view returns (address)
0x940181a94a35a4569e4529a3cdfb74e38fd98631
devaddr() view returns (address)
0xdb5acfa10ee9f82465f4f022bf16345d65111782
drone() view returns (address)
0x03617dc1ab7f959cc3593bb43ca43e192e6662da
dronePerBlock() view returns (uint256)
3000000000000000000
feeAddress() view returns (address)
0xdb5acfa10ee9f82465f4f022bf16345d65111782
owner() view returns (address)
0xfaa4ed12dc0aa5427b9a31755bb4f488196015d1
poolLength() view returns (uint256)
11
startBlock() view returns (uint256)
3400000
totalAllocPoint() view returns (uint256)
4650
voter() view returns (address)
0x16613524e02ad97edfef371bc883f2f5d6c480a5
Read-only
getMultiplier(uint256 _from, uint256 _to) view returns (uint256)
pendingDrone(uint256 _pid, address _user) view returns (uint256)
poolInfo(uint256) view returns (address lpToken, uint256 allocPoint, uint256 lastRewardBlock, uint256 accDronePerShare, uint16 depositFeeBP, struct MasterChefGaugeInfo gaugeInfo)
userInfo(uint256, address) view returns (uint256 amount, uint256 rewardDebt)
State-modifying
Events add(uint256 _allocPoint, address _lpToken, uint16 _depositFeeBP, bool _withUpdate)
claimAeroRewards(uint256 _pid)
deposit(uint256 _pid, uint256 _amount)
dev(address _devaddr)
emergencyWithdraw(uint256 _pid)
enableGauge(uint256 _pid)
massUpdatePools()
renounceOwnership()
set(uint256 _pid, uint256 _allocPoint, uint16 _depositFeeBP, bool _withUpdate)
setFeeAddress(address _feeAddress)
toggleWithdrawalsFor(uint256 _pid)
transferOwnership(address newOwner)
transferOwnershipOfDRONE(address newAddress)
updateEmissionRate(uint256 _dronePerBlock)
updatePool(uint256 _pid)
updatePoolWithGaugeDeposit(uint256 _pid)
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(address _drone, address _devaddr, address _feeAddress, uint256 _dronePerBlock, uint256 _startBlock, address _aeroAddress, address _voter)
This contract contains no fallback and receive objects.
This contract contains no error objects.