StakeStone Ether
Verified contract
Active on
Ethereum with 67,436 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($335,128,011.68)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
STONE | ERC-20 | 98.223569K | $3,411.89 |
$335,128,011.68 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21246327 | 17 minutes ago | | | 0 | 0.00074064296 | |
| 21246210 | 40 minutes ago | | | 0 | 0.00085771222 | |
| 21245923 | 2 hours ago | | | 0 | 0.00065681585 | |
| 21245900 | 2 hours ago | | | 0 | 0.00075511440 | |
| 21245883 | 2 hours ago | | | 0 | 0.00076807922 | |
| 21245853 | 2 hours ago | | | 0 | 0.00081718511 | |
| 21245530 | 3 hours ago | | | 0 | 0.00055701290 | |
| 21245131 | 4 hours ago | | | 0 | 0.00084583375 | |
| 21245130 | 4 hours ago | | | 0 | 0.00087663198 | |
| 21245074 | 4 hours ago | | | 0 | 0.00069289245 |
ABI
ABI objects
Getter at block 21246407
DAY_INTERVAL() view returns (uint256)
86400
DEFAULT_PAYLOAD_SIZE_LIMIT() view returns (uint256)
10000
NO_EXTRA_GAS() view returns (uint256)
0
PT_FEED() view returns (uint16)
1
PT_SEND() view returns (uint16)
0
PT_SET_CAP() view returns (uint16)
3
PT_SET_ENABLE() view returns (uint16)
2
cap() view returns (uint256)
100000000000000000000000
circulatingSupply() view returns (uint256)
33974307672518449102730
decimals() view returns (uint8)
18
enable() view returns (bool)
true
getQuota() view returns (uint256)
99927731771854585034070
lzEndpoint() view returns (address)
0x66a71dcef29a0ffbdbe3c6a460a3b5bc225cd675
minter() view returns (address)
0xec306e46549a7e8f4fce823d3058f2d134133b17
name() view returns (string)
StakeStone Ether
owner() view returns (address)
0x83000ef01ed5c15462ef20066091abd3654e523f
precrime() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
STONE
token() view returns (address)
0x7122985656e38bdc0302db86685bb972b145bd3c
totalSupply() view returns (uint256)
132197876333029688978639
useCustomAdapterParams() view returns (bool)
false
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
estimateSendFee(uint16 _dstChainId, bytes _toAddress, uint256 _amount, bool _useZro, bytes _adapterParams) view returns (uint256 nativeFee, uint256 zroFee)
failedMessages(uint16, bytes, uint64) view returns (bytes32)
getConfig(uint16 _version, uint16 _chainId, address, uint256 _configType) view returns (bytes)
getTrustedRemoteAddress(uint16 _remoteChainId) view returns (bytes)
isTrustedRemote(uint16 _srcChainId, bytes _srcAddress) view returns (bool)
minDstGasLookup(uint16, uint16) view returns (uint256)
payloadSizeLimitLookup(uint16) view returns (uint256)
quota(uint256) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
trustedRemoteLookup(uint16) view returns (bytes)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address _from, uint256 _amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
forceResumeReceive(uint16 _srcChainId, bytes _srcAddress)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
mint(address _to, uint256 _amount)
nonblockingLzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
renounceOwnership()
retryMessage(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload) payable
sendFrom(address _from, uint16 _dstChainId, bytes _toAddress, uint256 _amount, address _refundAddress, address _zroPaymentAddress, bytes _adapterParams) payable
setCapFor(uint16 _dstChainId, uint256 _cap, bytes _toAddress) payable
setConfig(uint16 _version, uint16 _chainId, uint256 _configType, bytes _config)
setEnableFor(uint16 _dstChainId, bool _flag, bytes _toAddress) payable
setMinDstGas(uint16 _dstChainId, uint16 _packetType, uint256 _minGas)
setPayloadSizeLimit(uint16 _dstChainId, uint256 _size)
setPrecrime(address _precrime)
setReceiveVersion(uint16 _version)
setSendVersion(uint16 _version)
setTrustedRemote(uint16 _remoteChainId, bytes _path)
setTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress)
setUseCustomAdapterParams(bool _useCustomAdapterParams)
tokenPrice() returns (uint256 price)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updatePrice(uint16 _dstChainId, bytes _toAddress) payable returns (uint256 price)
Approval(address indexed owner, address indexed spender, uint256 value)
FeedToChain(uint16 indexed dstChainId, address indexed from, bytes toAddress, uint256 price)
MessageFailed(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload, bytes _reason)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
ReceiveFromChain(uint16 indexed _srcChainId, address indexed _to, uint256 _amount)
RetryMessageSuccess(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes32 _payloadHash)
SendToChain(uint16 indexed _dstChainId, address indexed _from, bytes _toAddress, uint256 _amount)
SetCapFor(uint16 indexed dstChainId, bytes toAddress, uint256 cap)
SetEnableFor(uint16 indexed dstChainId, bytes toAddress, bool flag)
SetMinDstGas(uint16 _dstChainId, uint16 _type, uint256 _minDstGas)
SetPrecrime(address precrime)
SetTrustedRemote(uint16 _remoteChainId, bytes _path)
SetTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress)
SetUseCustomAdapterParams(bool _useCustomAdapterParams)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _minter, address _layerZeroEndpoint, uint256 _cap)
This contract contains no fallback and receive objects.
This contract contains no error objects.