StargateToken
Verified contract
Active on
Base with 329,599 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($1.14)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDC | ERC-20 | 1 | $1.00 |
$1 | |
ETHO | ERC-20 | 10 | $0.010501 |
$0.11 | |
STG | ERC-20 | 0.1 | $0.321722 |
$0.03 | |
USA | ERC-20 | 1 | $0.000804 |
$0 | |
MAG | ERC-20 | 1.444668 | $0.000077 |
$0 | |
Cheems | ERC-20 | 10.134582M | -- | -- | |
POKE | ERC-20 | 3M | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
| ERC-20 | 2.4K | -- | -- | |
OHNO | ERC-20 | 315.113637 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22737506 | a few seconds ago | | | 0.00017101541 | 6.3198048e-7 | |
| 22737265 | 9 minutes ago | | | 0 | 1.7040333e-7 | |
| 22737260 | 9 minutes ago | | | 0 | 1.7040333e-7 | |
| 22737257 | 9 minutes ago | | | 0 | 1.7040333e-7 | |
| 22737249 | 9 minutes ago | | | 0 | 0.000000097487443690 | |
| 22737241 | 10 minutes ago | | | 0 | 1.7040333e-7 | |
| 22737241 | 10 minutes ago | | | 0 | 1.7040333e-7 | |
| 22737232 | 10 minutes ago | | | 0 | 1.7040333e-7 | |
| 22737222 | 10 minutes ago | | | 0 | 1.7040333e-7 | |
| 22737216 | 10 minutes ago | | | 0 | 0.000093135897 |
ABI
ABI objects
Getter at block 22737523
chainId() view returns (uint16)
184
decimals() view returns (uint8)
18
endpoint() view returns (address)
0xb6319cc6c8c27a8f5daf0dd3df91ea35c4720dd7
isMain() view returns (bool)
false
name() view returns (string)
StargateToken
owner() view returns (address)
0x81eab64e630c4a2e3e849268a6b64cb76d1c8109
paused() view returns (bool)
false
symbol() view returns (string)
STG
totalSupply() view returns (uint256)
2237441225928054101931070
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.