Ankr Staked ETH
Verified contract
Proxy
Active on
Ethereum with 12,508 txns
Unified storage
Map
Table
Raw
Constants and immutables
2
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 48 additional slots
-
variable spans 43 additional slots
-
variable spans 49 additional slots
-
variable spans 49 additional slots
6 additional
variables
Balances ($27.56)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ANKR | ERC-20 | 953.101759 | $0.028917 |
$27.56 | |
HQG | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21156555 | 5 hours ago | | | 0 | 0.0013354627 | |
| 21155956 | 7 hours ago | | | 0 | 0.00063067627 | |
| 21152910 | 18 hours ago | | | 0 | 0.00062713673 | |
| 21151273 | a day ago | | | 0 | 0.00054697962 | |
| 21151269 | a day ago | | | 0 | 0.00057832674 | |
| 21149385 | a day ago | | | 0 | 0.00097687189 | |
| 21148488 | a day ago | | | 0 | 0.00057056853 | |
| 21148470 | a day ago | | | 0 | 0.00085190079 | |
| 21148067 | a day ago | | | 0 | 0.00037854164 | |
| 21146534 | 2 days ago | | | 0 | 0.00062213568 |
ABI
ABI objects
Getter at block 21158190
MAX_THRESHOLD() view returns (uint32)
100000000
_RATIO_THRESHOLD() view returns (uint32)
50000
decimals() view returns (uint8)
18
isRebasing() pure returns (bool)
false
name() view returns (string)
Ankr Staked ETH
owner() view returns (address)
0xa3464e1b86ee6941a600f9f69c61a47322af918f
ratio() view returns (uint256)
850751567242525390
symbol() view returns (string)
ankrETH
totalSupply() view returns (uint256)
12340528867471931850199
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
bondsToShares(uint256 amount) view returns (uint256)
isPaused(bytes32 action) view returns (bool)
sharesToBonds(uint256 amount) view returns (uint256)
State-modifying
Events admin() returns (address)
changeAdmin(address newAdmin)
implementation() returns (address)
upgradeTo(address newImplementation)
upgradeToAndCall(address newImplementation, bytes data) payable
approve(address spender, uint256 amount) returns (bool)
burn(address account, uint256 amount)
changeOperator(address operator)
claimTokens(address token, address to, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string name, string symbol)
mint(address account, uint256 amount) returns (uint256)
mintApprovedTo(address account, address spender, uint256 amount)
refundPool(address from, uint256 shares)
renounceOwnership()
repairRatio(uint256 newRatio)
setBscBridgeContract(address _bscBridge)
setFeeRecipient(address newValue)
setNameAndSymbol(string new_name, string new_symbol)
setNewNameAndSymbol()
setRatioThreshold(uint32 newValue)
togglePause(bytes32 action)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateGlobalPoolContract(address globalPoolContract)
updateRatio(uint256 newRatio)
updateRatioAndClaim(uint256 newRatio)
AdminChanged(address previousAdmin, address newAdmin)
Upgraded(address indexed implementation)
Approval(address indexed owner, address indexed spender, uint256 value)
BscBridgeContractChanged(address prevValue, address newValue)
FeeRecipientChanged(address prevValue, address newValue)
GlobalPoolContractUpdated(address prevValue, address newValue)
NameAndSymbolChanged(string name, string symbol)
OperatorChanged(address prevValue, address newValue)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PauseToggled(bytes32 indexed action, bool newValue)
RatioThresholdChanged(uint32 prevValue, uint32 newValue)
RatioUpdate(uint256 newRatio)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _logic, address _admin, bytes _data)
fallback()
receive()
This contract contains no error objects.