StargateToken
Verified contract
Active on
Ethereum with 346,979 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($42,933,278.57)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
STG | ERC-20 | 134.911219M | $0.318233 |
$42,933,202.06 | |
USDT | ERC-20 | 50 | $1.001 |
$50.05 | |
GUSD | ERC-20 | 26.46 | $0.999996 |
$26.46 | |
LZERO | ERC-20 | 781.452723M | -- | -- | |
Arbitrum | ERC-20 | 500M | -- | -- | |
ZRO | ERC-20 | 128.260013M | -- | -- | |
LAYER ZERO | ERC-20 | 102.175589M | -- | -- | |
ZRO | ERC-20 | 100M | -- | -- | |
OSEA | ERC-20 | 100M | -- | -- | |
LAYER | ERC-20 | 74.166293M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21246540 | a few seconds ago | | | 0 | 0.00065473979 | |
| 21246492 | 10 minutes ago | | | 0 | 0.00038751628 | |
| 21246481 | 12 minutes ago | | | 0 | 0.00043858580 | |
| 21246473 | 14 minutes ago | | | 0 | 0.00064276657 | |
| 21246467 | 15 minutes ago | | | 0 | 0.00040926644 | |
| 21246467 | 15 minutes ago | | | 0 | 0.00040893736 | |
| 21246462 | 16 minutes ago | | | 0 | 0.00065271419 | |
| 21246444 | 20 minutes ago | | | 0 | 0.00075411982 | |
| 21246437 | 21 minutes ago | | | 0 | 0.00043640135 | |
| 21246433 | 22 minutes ago | | | 0 | 0.00071108112 |
ABI
ABI objects
Getter at block 21246540
chainId() view returns (uint16)
1
decimals() view returns (uint8)
18
endpoint() view returns (address)
0x66a71dcef29a0ffbdbe3c6a460a3b5bc225cd675
isMain() view returns (bool)
true
name() view returns (string)
StargateToken
owner() view returns (address)
0x65bb797c2b9830d891d87288f029ed8dacc19705
paused() view returns (bool)
false
symbol() view returns (string)
STG
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
dstContractLookup(uint16) view returns (bytes)
estimateSendTokensFee(uint16 _dstChainId, bool _useZro, bytes txParameters) view returns (uint256 nativeFee, uint256 zroFee)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
forceResumeReceive(uint16 _srcChainId, bytes _srcAddress)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
lzReceive(uint16 _srcChainId, bytes _fromAddress, uint64 nonce, bytes _payload)
pauseSendTokens(bool _pause)
renounceOwnership()
sendTokens(uint16 _dstChainId, bytes _to, uint256 _qty, address zroPaymentAddress, bytes adapterParam) payable
setConfig(uint16 _version, uint16 _chainId, uint256 _configType, bytes _config)
setDestination(uint16 _dstChainId, bytes _destinationContractAddress)
setReceiveVersion(uint16 version)
setSendVersion(uint16 version)
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)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(bool isPaused)
ReceiveFromChain(uint16 srcChainId, uint64 nonce, uint256 qty)
SendToChain(uint16 dstChainId, bytes to, uint256 qty)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, address _endpoint, uint16 _mainEndpointId, uint256 _initialSupplyOnMainEndpoint)
This contract contains no fallback and receive objects.
This contract contains no error objects.