Elastic Staking
Verified contract
Active on
Ethereum with 1,243 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
Balances ($0.00)
No balances found for "Elastic Staking"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21020003 | a month ago | | | 0 | 0.00021281053 | |
| 20531237 | 3 months ago | | | 0 | 0.000071720143 | |
| 20295281 | 4 months ago | | | 0 | 0.000036709493 | |
| 17964984 | a year ago | | | 0 | 0.00078103971 | |
| 17598323 | a year ago | | | 0 | 0.00040661040 | |
| 17539760 | a year ago | | | 0 | 0.00034786825 | |
| 17040479 | 2 years ago | | | 0 | 0.00085105822 | |
| 16829770 | 2 years ago | | | 0 | 0.00088261807 | |
| 14675431 | 3 years ago | | | 0 | 0.0013722734 | |
| 14461339 | 3 years ago | | | 0 | 0.00044405255 |
ABI
ABI objects
Getter at block 21230115
DECIMALS() view returns (uint256)
9
Distributor() view returns (address)
0xfb842ad4fbb3ab9ccff7b92bcd5f659f08cc9042
INITIAL_SUPPLY() view returns (uint256)
1210000000000000
MAX_UINT256() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
_currentPrice() view returns (uint256)
0
_targetPrice() view returns (uint256)
0
_totalSupply() view returns (uint256)
1625223060450441
_userLength() view returns (uint256)
1160
decimals() view returns (uint8)
9
getUserLength() view returns (uint256)
1160
isOwner() view returns (bool)
false
name() view returns (string)
Elastic Staking
owner() view returns (address)
0xa4715671d1a75bcd4c743d6ebc8217cd5ca2539c
symbol() view returns (string)
EStake
totalSupply() view returns (uint256)
1625223060450441
Read-only
_allowance(address, address) view returns (uint256)
_updatedBalance(address) view returns (uint256)
allowance(address owner_, address spender) view returns (uint256)
balanceOf(address who) view returns (uint256)
getUserAddress(uint256 id) view returns (address)
idByAddress(uint256) view returns (address)
transactions(uint256) view returns (bool enabled, address destination, bytes data)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lockOwnership()
setDistributor(address _Distributor)
setTotalSupply(uint256 _supply)
setUserBalance(address _user, uint256 _balance)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipLocked(address lockedOwner)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TransactionFailed(address indexed destination, uint256 index, bytes data)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.