AevoStaking
Verified contract
Active on
Ethereum with 14,147 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($520,750,376.29)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RBN | ERC-20 | 896.746662M | $0.505476 |
$453,283,915.93 | |
AEVO | ERC-20 | 133.069154M | $0.507003 |
$67,466,460.36 | |
0x7426…124a | ERC-1555 | 12K | -- | -- | |
0x7426…124a | ERC-1555 | 12K | -- | -- | |
0x7426…124a | ERC-1555 | 12K | -- | -- | |
0x7426…124a | ERC-1555 | 12K | -- | -- | |
0x7426…124a | ERC-1555 | 12K | -- | -- | |
0x7426…124a | ERC-1555 | 9K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21314980 | an hour ago | | | 0 | 0.0020005843 | |
| 21314803 | 2 hours ago | | | 0 | 0.0021383719 | |
| 21314358 | 3 hours ago | | | 0 | 0.0010295062 | |
| 21314335 | 3 hours ago | | | 0 | 0.0019158166 | |
| 21313056 | 7 hours ago | | | 0 | 0.0016564545 | |
| 21311402 | 13 hours ago | | | 0 | 0.0019703121 | |
| 21309231 | 20 hours ago | | | 0 | 0.0025080320 | |
| 21309064 | 21 hours ago | | | 0 | 0.0017182170 | |
| 21309040 | 21 hours ago | | | 0 | 0.0018495170 | |
| 21307531 | a day ago | | | 0 | 0.0012059864 |
ABI
ABI objects
Getter at block 21315266 staked() view returns (uint256 totalStaked)
aevo() view returns (address)
0xb528edbef013aff855ac3c50b381f253af13b997
canEarlyMigrate() view returns (bool)
false
epoch() view returns (uint16)
38
epochTime() view returns (uint256)
604800
isLocked() view returns (bool)
true
isPaused() view returns (bool)
false
migration() view returns (uint256)
1715760000
owner() view returns (address)
0xdaeada3d210d2f45874724beea03c7d4bbd41674
rbn() view returns (address)
0x6123b0049f904d730db3c36a31167d9d4121fa6b
stakeTime() view returns (uint256)
5443200
start() view returns (uint256)
1710316800
Read-only
balance(address, uint16) view returns (uint256)
epochBalance(uint16) view returns (uint256)
isBootstrapper(address) view returns (bool)
staked(address _account) view returns (uint256 totalStaked)
State-modifying
Events migrate(uint256 _amount)
setBootstrapper(address _bootstrapper, bool _isBootstrapper)
setCanEarlyMigrate(bool _canEarlyMigrate)
setEpochTime(uint256 _epochTime)
setLocked(bool _isLocked)
setMigration(uint256 _migration)
setPaused(bool _isPaused)
setStakeTime(uint256 _stakeTime)
setStart(uint256 _start)
stake(bool _isRBN, uint256 _amount)
stakeFor(bool _isRBN, uint256 _amount, address _recipient)
transferOwnership(address newOwner)
unstake(uint16 _start, uint16 _end) returns (uint256)
unstakeFor(address _recipient, uint16 _start, uint16 _end) returns (uint256)
Migrate(address indexed recipient, uint256 amount)
OwnershipTransferred(address indexed user, address indexed newOwner)
SetBootstrapper(address indexed bootstrapper, bool isBootstrapper)
SetCanEarlyMigrate(bool canEarlyMigrate)
SetEpochTime(uint256 epochTime)
SetLocked(bool isLocked)
SetMigration(uint256 migration)
SetPaused(bool isPaused)
SetStakeTime(uint256 stakeTime)
SetStart(uint256 start)
Stake(address indexed recipient, uint16 indexed epoch, uint256 amount, bool isRBN)
Unstake(address indexed recipient, uint16 indexed startEpoch, uint16 indexed endEpoch, uint256 amount)
constructor(address _rbn, address _aevo, uint256 _start, uint256 _migration, uint256 _epochTime, uint256 _stakeTime, address _bootstrapper, address _owner)
This contract contains no fallback and receive objects.
AddressEmptyCode(address target)
AddressInsufficientBalance(address account)
FailedInnerCall()
SafeERC20FailedOperation(address token)