Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x79cf…90d3
Balances ($117,846.99)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BRETT | ERC-20 | 616.687768K | $0.157012 |
$96,827.38 | |
PRIME | ERC-20 | 1.148451K | $7.70 |
$8,843.08 | |
OGN | ERC-20 | 63.001599K | $0.106039 |
$6,680.63 | |
POKT | ERC-20 | 72.8758K | $0.052645 |
$3,836.55 | |
uSUI | ERC-20 | 304.525719 | $3.49 |
$1,062.79 | |
WAI | ERC-20 | 2.706505K | $0.218531 |
$591.46 | |
SolvBTC | ERC-20 | 0.000028 | $98,282.00 |
$2.78 | |
BTCB | ERC-20 | 2.124189 | $0.471172 |
$1 | |
BAMBOO | ERC-20 | 52 | $0.011633 |
$0.6 | |
SKYA | ERC-20 | 100 | $0.003522 |
$0.35 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22700147 | a day ago | | | 0 | 0.0000046370110 | |
| 22700143 | a day ago | | | 0 | 0.0000099997579 | |
| 22700140 | a day ago | | | 0 | 0.000013947612 | |
| 22699480 | a day ago | | | 0 | 0.0000051470648 | |
| 22699476 | a day ago | | | 0 | 0.0000087326587 | |
| 22699473 | a day ago | | | 0 | 0.000011536878 | |
| 22699471 | a day ago | | | 0 | 0.0000080243178 | |
| 22699468 | a day ago | | | 0 | 0.000013314935 | |
| 22699449 | a day ago | | | 0 | 0.0000023657988 | |
| 22699446 | a day ago | | | 0 | 0.0000059210266 |
ABI
ABI objects
Getter at block 22752694
ALLOWED_CALLER() view returns (bytes32)
0x7437720917ffc71be5dbfd61616849063f25aa1b112e64e43aaa76f282aaddff
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MAX_SLIPPAGE() view returns (uint256)
500
POINTS() view returns (uint256)
3
autoCompounderFactory() view returns (address)
0xd36dab3bef6dd077bc4d59098d03ff1053e17397
distributor() view returns (address)
0x227f65131a261548b057215bb1d5ab2997964c7d
keeperLastRun() view returns (uint256)
1732189633
mTokenId() view returns (uint256)
10298
name() view returns (string)
veAERO Maxi
optimizer() view returns (address)
0x79cf636530790602e74500ae560047c98a6990d3
relayFactory() view returns (address)
0xd36dab3bef6dd077bc4d59098d03ff1053e17397
router() view returns (address)
0xcf77a3ba9a5ca399b7c97c74d54e5b1beb874e43
token() view returns (address)
0x940181a94a35a4569e4529a3cdfb74e38fd98631
ve() view returns (address)
0xebf418fe2512e7e6bd9b87a8f0f294acdc67e6b4
velo() view returns (address)
0x940181a94a35a4569e4529a3cdfb74e38fd98631
voter() view returns (address)
0x16613524e02ad97edfef371bc883f2f5d6c480a5
Read-only
amountTokenEarned(uint256 epoch) view returns (uint256 amount)
getRoleAdmin(bytes32 role) view returns (bytes32)
getRoleMember(bytes32 role, uint256 index) view returns (address)
getRoleMemberCount(bytes32 role) view returns (uint256)
hasRole(bytes32 role, address account) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events claimBribes(address[] _bribes, address[][] _tokens)
claimFees(address[] _fees, address[][] _tokens)
compound()
grantRole(bytes32 role, address account)
increaseAmount(uint256 _value)
initialize(uint256 _mTokenId)
multicall(bytes[] _calls)
onERC721Received(address, address, uint256, bytes) returns (bytes4)
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
rewardAndCompound()
setName(string _name)
setOptimizer(address _optimizer)
swapTokenToVELOWithOptionalRoute(address _token, uint256 _slippage, struct IRouterRoute[] _optionalRoute)
sweep(address[] _tokensToSweep, address[] _recipients)
vote(address[] _poolVote, uint256[] _weights)
Compound(uint256 balanceCompounded)
Initialized(uint8 version)
Reward(address indexed sender, uint256 balanceRewarded)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
SetName(string oldName, string newName)
SetOptimizer(address indexed _optimizer)
SwapTokenToVELO(address indexed claimer, address indexed token, uint256 amountIn, uint256 amountOut, struct IRouterRoute[] routes)
Sweep(address indexed token, address indexed claimer, address indexed recipient, uint256 amount)
constructor(address _voter, address _admin, string _name, address _router, address _optimizer, address _relayFactory)
This contract contains no fallback and receive objects.
AmountInTooHigh()
AmountInZero()
HighLiquidityToken()
InvalidPath()
ManagedTokenNotOwned()
MulticallFailed()
NoRouteFound()
NotHighLiquidityToken()
NotKeeper()
OptimizerNotApproved()
SameOptimizer()
SlippageTooHigh()
TokenIdNotManaged()
TooLate()
TooSoon()
UnequalLengths()
ZeroAddress()