Balances ($6,870.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AERO | ERC-20 | 5.200075K | $1.30 |
$6,760.1 | |
BFROG | ERC-20 | 107.6923K | $0.000986 |
$106.15 | |
AYB | ERC-20 | 2M | $0.000001 |
$2.64 | |
toby | ERC-20 | 11.111111M | $0.00 |
$0.51 | |
LOA | ERC-20 | 23 | $0.008433 |
$0.19 | |
WGC | ERC-20 | 200 | $0.00057 |
$0.11 | |
BENTO | ERC-20 | 8.880888M | $0.00 |
$0.11 | |
BOYS | ERC-20 | 7.75 | $0.011323 |
$0.09 | |
BOOMER | ERC-20 | 7.32 | $0.011877 |
$0.09 | |
PEEZY | ERC-20 | 1.2 | $0.01032 |
$0.01 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22678965 | a day ago | | | 0 | 2.7910377e-7 | |
| 22376555 | 8 days ago | | | 0 | 2.7910377e-7 | |
| 22074196 | 15 days ago | | | 0 | 3.5560837e-7 | |
| 21771798 | 22 days ago | | | 0 | 3.5560837e-7 | |
| 21469367 | a month ago | | | 0 | 3.5560837e-7 | |
| 21288190 | a month ago | | | 0 | 0.000000034184822784 | |
| 21167033 | a month ago | | | 0 | 2.7910377e-7 | |
| 20864578 | a month ago | | | 0 | 2.7910377e-7 | |
0x626f6479 | 20834313 | a month ago | | | 0 | 1.2104639e-7 | |
| 20562251 | 2 months ago | | | 0 | 2.7910377e-7 |
ABI
ABI objects
Getter at block 22725431
MAXIMUM_TAIL_RATE() view returns (uint256)
100
MAXIMUM_TEAM_RATE() view returns (uint256)
500
MAX_BPS() view returns (uint256)
10000
MINIMUM_TAIL_RATE() view returns (uint256)
1
NUDGE() view returns (uint256)
1
TAIL_START() view returns (uint256)
8969150000000000000000000
WEEK() view returns (uint256)
604800
WEEKLY_DECAY() view returns (uint256)
9900
WEEKLY_GROWTH() view returns (uint256)
10300
activePeriod() view returns (uint256)
1732147200
aero() view returns (address)
0x940181a94a35a4569e4529a3cdfb74e38fd98631
epochCount() view returns (uint256)
65
initialized() view returns (bool)
true
pendingTeam() view returns (address)
0x0000000000000000000000000000000000000000
rewardsDistributor() view returns (address)
0x227f65131a261548b057215bb1d5ab2997964c7d
tailEmissionRate() view returns (uint256)
67
team() view returns (address)
0xbde0c70bdc242577c52dfad53389f82fd149ea5a
teamRate() view returns (uint256)
500
ve() view returns (address)
0xebf418fe2512e7e6bd9b87a8f0f294acdc67e6b4
voter() view returns (address)
0x16613524e02ad97edfef371bc883f2f5d6c480a5
weekly() view returns (uint256)
9059747010209671271462211
Read-only
calculateGrowth(uint256 _minted) view returns (uint256 _growth)
proposals(uint256) view returns (bool)
State-modifying
Events acceptTeam()
initialize(struct IMinterAirdropParams params)
nudge()
setTeam(address _team)
setTeamRate(uint256 _rate)
updatePeriod() returns (uint256 _period)
AcceptTeam(address indexed _newTeam)
DistributeLiquid(address indexed _destination, uint256 _amount)
DistributeLocked(address indexed _destination, uint256 _amount, uint256 _tokenId)
Mint(address indexed _sender, uint256 _weekly, uint256 _circulating_supply, bool indexed _tail)
Nudge(uint256 indexed _period, uint256 _oldRate, uint256 _newRate)
constructor(address _voter, address _ve, address _rewardsDistributor)
This contract contains no fallback and receive objects.
AlreadyInitialized()
AlreadyNudged()
InvalidParams()
NotEpochGovernor()
NotPendingTeam()
NotTeam()
RateTooHigh()
TailEmissionsInactive()
ZeroAddress()