Staking
Verified contract
Active on
Ethereum with 24,367 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 | 270.333132K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17063260 | 2 years ago | | | 0 | 0.014587179 | |
| 17063243 | 2 years ago | | | 0 | 0.0025709880 | |
| 17063141 | 2 years ago | | | 0 | 0.0023380081 | |
| 11985494 | 4 years ago | | | 0 | 0.029152815 | |
| 11985368 | 4 years ago | | | 0 | 0.015800000 | |
| 11901792 | 4 years ago | | | 0 | 0.046408488 | |
| 11851448 | 4 years ago | | | 0 | 0.0060800000 | |
| 11831059 | 4 years ago | | | 0 | 0.061877984 | |
| 11831048 | 4 years ago | | | 0 | 0.062154225 | |
| 11677595 | 4 years ago | | | 0 | 0.012286429 |
ABI
ABI objects
Getter at block 21159910
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
EXTERNAL_STAKER_ROLE() view returns (bytes32)
0x89b9439cc214903f84e45dd38c65d9d5e383ed005a269516b5b7973bbeeb4185
auction() view returns (address)
0xb1475c18ea63f025308eed9950b9f954acc742c0
getNow0x() view returns (uint256)
1731273515
globalPayin() view returns (uint256)
1264862916341058580947461709
globalPayout() view returns (uint256)
924909258155340849085983
init_() view returns (bool)
true
mainToken() view returns (address)
0x7d85e23014f84e6e21d5663acd8751bef3562352
nextPayoutCall() view returns (uint256)
1610607729
readPayout() view returns (uint256)
66410134731719281755844555
shareRate() view returns (uint256)
1276673840909994587
sharesTotalSupply() view returns (uint256)
198405054131120196793508191557
startContract() view returns (uint256)
1605250929
stepTimestamp() view returns (uint256)
86400
subBalances() view returns (address)
0xac0031652fb4907c17aa1f32def350e433357ffc
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 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.