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 |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000759 |
$0 | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 36.111111 | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22751822 | 41 minutes ago | | | 0 | 6.4556139e-7 | |
| 22751781 | 42 minutes ago | | | 0 | 0.000000407754586701 | |
| 22750053 | 2 hours ago | | | 0 | 6.5136540e-7 | |
| 22747523 | 3 hours ago | | | 0 | 6.5616629e-7 | |
| 22747134 | 3 hours ago | | | 0 | 6.5102782e-7 | |
| 22746913 | 3 hours ago | | | 0 | 0.000000400327700000 | |
| 22746869 | 3 hours ago | | | 0 | 6.3410450e-7 | |
| 22746658 | 4 hours ago | | | 0 | 3.3604150e-7 | |
| 22745881 | 4 hours ago | | | 0 | 3.3351120e-7 | |
| 22745025 | 4 hours ago | | | 0 | 3.4102957e-7 |
ABI
ABI objects
Getter at block 22753039
DEFAULT_PAYLOAD_SIZE_LIMIT() view returns (uint256)
10000
FEE_DIVISOR() view returns (uint256)
10000
NAME() view returns (string)
STAR
NO_EXTRA_GAS() view returns (uint256)
0
PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
PT_SEND() view returns (uint8)
0
PT_SEND_AND_CALL() view returns (uint8)
1
borrowerOperationsAddress() view returns (address)
0xbffc680a9aa46b8b19228497e77888da6b944b2d
circulatingSupply() view returns (uint256)
10970095819669438616521393
decimals() view returns (uint8)
18
domainSeparator() view returns (bytes32)
0x2af812ce36667bd98c01c539739443501c32426895ec3998de5d01c655ab951a
feeRatio() view returns (uint256)
0
isInitialized() view returns (bool)
false
lzEndpoint() view returns (address)
0xb6319cc6c8c27a8f5daf0dd3df91ea35c4720dd7
name() view returns (string)
STAR
owner() view returns (address)
0xe799961b76d65a32365d34289d5aea6c2242fc98
paused() view returns (bool)
false
precrime() view returns (address)
0x0000000000000000000000000000000000000000
priceProvider() view returns (address)
0x0000000000000000000000000000000000000000
sharedDecimals() view returns (uint8)
8
stabilityPool() view returns (address)
0x6afa834bf44ff8ab7ef89fd417853e9b13fbfb52
symbol() view returns (string)
STAR
timelockAddress() view returns (address)
0x25f110699fe8360c98a48a2cc42c3732328aca8a
token() view returns (address)
0xc19669a405067927865b40ea045a2baabbbe57f5
totalSupply() view returns (uint256)
10970095819669438616521393
treasury() view returns (address)
0x443af6e1195bbf12876be3da891ad5c67c0efc56
useCustomAdapterParams() view returns (bool)
false
vesselManagerAddress() view returns (address)
0x5208c0c4c95a4636efc403960969a4a4b4ccdfc5
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
creditedPackets(uint16, bytes, uint64) view returns (bool)
emergencyStopMintingCollateral(address) view returns (bool)
estimateSendAndCallFee(uint16 _dstChainId, bytes32 _toAddress, uint256 _amount, bytes _payload, uint64 _dstGasForCall, bool _useZro, bytes _adapterParams) view returns (uint256 nativeFee, uint256 zroFee)
estimateSendFee(uint16 _dstChainId, bytes32 _toAddress, uint256 _amount, bool _useZro, bytes _adapterParams) view returns (uint256 nativeFee, uint256 zroFee)
failedMessages(uint16, bytes, uint64) view returns (bytes32)
getBridgeFee(uint256 _PREONAmount) view returns (uint256)
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)
nonces(address owner) view returns (uint256)
payloadSizeLimitLookup(uint16) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
trustedRemoteLookup(uint16) view returns (bytes)
whitelistedContracts(address) view returns (bool)
State-modifying
Events addWhitelist(address _address)
approve(address spender, uint256 amount) returns (bool)
burn(address _account, uint256 _amount)
burnFromWhitelistedContract(uint256 _amount)
callOnOFTReceived(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes32 _from, address _to, uint256 _amount, bytes _payload, uint256 _gasForCall)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
emergencyStopMinting(address _asset, bool status)
forceResumeReceive(uint16 _srcChainId, bytes _srcAddress)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
mint(address _asset, address _account, uint256 _amount)
mintFromWhitelistedContract(uint256 _amount)
nonblockingLzReceive(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload)
permit(address owner, address spender, uint256 amount, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
removeWhitelist(address _address)
renounceOwnership()
retryMessage(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload) payable
returnFromPool(address _poolAddress, address _receiver, uint256 _amount)
sendAndCall(address _from, uint16 _dstChainId, bytes32 _toAddress, uint256 _amount, bytes _payload, uint64 _dstGasForCall, struct ICommonOFTLzCallParams _callParams) payable
sendFrom(address _from, uint16 _dstChainId, bytes32 _toAddress, uint256 _amount, struct ICommonOFTLzCallParams _callParams) payable
sendToPool(address _sender, address _poolAddress, uint256 _amount)
setConfig(uint16 _version, uint16 _chainId, uint256 _configType, bytes _config)
setFee(uint256 _fee)
setInitialized()
setMinDstGas(uint16 _dstChainId, uint16 _packetType, uint256 _minGas)
setPayloadSizeLimit(uint16 _dstChainId, uint256 _size)
setPrecrime(address _precrime)
setPriceProvider(address _priceProvider)
setReceiveVersion(uint16 _version)
setSendVersion(uint16 _version)
setTreasury(address _treasury)
setTrustedRemote(uint16 _srcChainId, bytes _path)
setTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress)
setUseCustomAdapterParams(bool _useCustomAdapterParams)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
CallOFTReceivedSuccess(uint16 indexed _srcChainId, bytes _srcAddress, uint64 _nonce, bytes32 _hash)
EmergencyStopMintingCollateral(address _asset, bool state)
FeeUpdated(uint256 fee)
MessageFailed(uint16 _srcChainId, bytes _srcAddress, uint64 _nonce, bytes _payload, bytes _reason)
NonContractAddress(address _address)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PriceProviderUpdated(address indexed priceProvider)
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, bytes32 indexed _toAddress, uint256 _amount)
SetMinDstGas(uint16 _dstChainId, uint16 _type, uint256 _minDstGas)
SetPrecrime(address precrime)
SetTrustedRemote(uint16 _remoteChainId, bytes _path)
SetTrustedRemoteAddress(uint16 _remoteChainId, bytes _remoteAddress)
SetUseCustomAdapterParams(bool _useCustomAdapterParams)
TokenBalanceUpdated(address _user, uint256 _amount)
Transfer(address indexed from, address indexed to, uint256 value)
TreasuryUpdated(address indexed treasury)
Unpaused(address account)
WhitelistChanged(address _whitelisted, bool whitelisted)
constructor(address _vesselManagerAddress, address _stabilityPoolAddress, address _borrowerOperationsAddress, address _timelockAddress, address _endpoint, address _treasury)
This contract contains no fallback and receive objects.
DebtToken__OwnerOnly()
DebtToken__TimelockOnly()