Staking
Verified contract
Active on
Ethereum with 1,751 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
AXN | ERC-20 | 8.92273M | -- | -- | |
AXN | ERC-20 | 8.92273M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11289364 | 4 years ago | | | 0 | 0.0066757200 | |
| 11276538 | 4 years ago | | | 0 | 0.012116432 | |
| 11251739 | 4 years ago | | | 0 | 0.0099139267 | |
| 11247979 | 4 years ago | | | 0 | 0.0085427520 | |
| 11247978 | 4 years ago | | | 0 | 0.0085427520 | |
| 11239108 | 4 years ago | | | 0 | 0.022529250 | |
| 11235633 | 4 years ago | | | 0 | 0.0025590260 | |
| 11235633 | 4 years ago | | | 0 | 0.0015048824 | |
| 11226874 | 4 years ago | | | 0 | 0.0033926520 | |
| 11203746 | 4 years ago | | | 0 | 0.033195075 |
ABI
ABI objects
Getter at block 21209481
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
EXTERNAL_STAKER_ROLE() view returns (bytes32)
0x89b9439cc214903f84e45dd38c65d9d5e383ed005a269516b5b7973bbeeb4185
auction() view returns (address)
0xaec9912864bfaa4bebc765080cb9c8719a0834c2
getNow0x() view returns (uint256)
1731871259
globalPayin() view returns (uint256)
95880451945352687816240117759790541859
globalPayout() view returns (uint256)
0
init_() view returns (bool)
true
mainToken() view returns (address)
0xda4c5aea122260e70616e979592735f12fe20499
nextPayoutCall() view returns (uint256)
1604820008
readPayout() view returns (uint256)
19188701167407379631562889763951330437
shareRate() view returns (uint256)
871601498251293456832429236231384493097320087912087912087
sharesTotalSupply() view returns (uint256)
18378249626178201847829550924
startContract() view returns (uint256)
1604301608
stepTimestamp() view returns (uint256)
86400
subBalances() view returns (address)
0x102ef3d25028ae26b85897257efa4c5ec9e3e025
Read-only
calculateStakingInterest(uint256 sessionId, address account, uint256 shares) view returns (uint256)
getAmountOutAndPenalty(uint256 sessionId, uint256 stakingInterest) view returns (uint256, uint256)
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)
payouts(uint256) view returns (uint256 payout, uint256 sharesTotalSupply)
sessionDataOf(address, uint256) view returns (uint256 amount, uint256 start, uint256 end, uint256 shares, uint256 nextPayout)
sessionsOf(address, uint256) view returns (uint256)
sessionsOf_(address account) view returns (uint256[])
State-modifying
Events checkRole()
externalStake(uint256 amount, uint256 stakingDays, address staker)
grantRole(bytes32 role, address account)
init(address _mainToken, address _auction, address _subBalances, address _foreignSwap, uint256 _stepTimestamp)
makePayout()
renounceRole(bytes32 role, address account)
revokeRole(bytes32 role, address account)
stake(uint256 amount, uint256 stakingDays)
unstake(uint256 sessionId)
MakePayout(uint256 indexed value, uint256 indexed sharesTotalSupply, uint256 indexed time)
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)
Stake(address indexed account, uint256 indexed sessionId, uint256 amount, uint256 start, uint256 end, uint256 shares)
Unstake(address indexed account, uint256 indexed sessionId, uint256 amount, uint256 start, uint256 end, uint256 shares)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.