Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ZRO | ERC-20 | 147.936365M | -- | -- | |
LAYER ZERO | ERC-20 | 100M | -- | -- | |
LAYER | ERC-20 | 95.421151M | -- | -- | |
OSEA | ERC-20 | 50M | -- | -- | |
ZRO | ERC-20 | 39.62899M | -- | -- | |
L3T | ERC-20 | 34.95194M | -- | -- | |
OMT | ERC-20 | 3.454851M | -- | -- | |
LZERO | ERC-20 | 980.704107K | -- | -- | |
HQG | ERC-20 | 1.2 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18184408 | a year ago | | | 0 | 0.00033034064 | |
| 18162981 | a year ago | | | 0 | 0.0010991730 | |
| 18162976 | a year ago | | | 0 | 0.00094826207 | |
| 18134677 | a year ago | | | 0 | 0.0015569530 | |
| 18134673 | a year ago | | | 0 | 0.0010891074 | |
| 18113274 | a year ago | | | 0 | 0.0015114730 | |
| 18113269 | a year ago | | | 0 | 0.0012204225 | |
| 18084710 | a year ago | | | 0 | 0.0013969745 | |
| 18084706 | a year ago | | | 0 | 0.0013154026 | |
| 18063280 | a year ago | | | 0 | 0.0010121690 |
ABI
ABI objects
Getter at block 21161350
AUCTION_CAP() view returns (uint256)
25000000
AUCTION_DURATION() view returns (uint256)
172800
LOCK_DURATION() view returns (uint256)
31449600
STARGATE_FOR_AUCTION() view returns (uint256)
100000000
STARGATE_FOR_LP() view returns (uint256)
50000000
VEST_DURATION() view returns (uint256)
15724800
astgDecimals() view returns (uint8)
6
auctionCap() view returns (uint256)
25000000000000
auctionEndTime() view returns (uint256)
1647705600
auctionStartTime() view returns (uint256)
1647532800
auctionedAmount() view returns (uint256)
25000000000000
decimals() view returns (uint8)
6
name() view returns (string)
aSTG
stableCoin() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
stargate() view returns (address)
0xaf5191b0de278c7286d6c7cc6ab6bb8a73ba2cd6
stargateTreasury() view returns (address)
0x67fc8c432448f9a8d541c17579ef7a142378d5ad
stgAuctionAmount() view returns (uint256)
100000000000000000000000000
symbol() view returns (string)
aSTG
totalSupply() view returns (uint256)
25000000000000
vestStartTime() view returns (uint256)
1679155200
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
redeemedShares(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enter(uint256 _amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
redeem()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Auctioned(address _sender, uint256 _astgAmount)
Redeemed(address _sender, uint256 _astgAmount, uint256 _stgAmount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _stargateTreasury, address _stargate, address _stableCoin, uint256 _auctionStartTime)
This contract contains no fallback and receive objects.
This contract contains no error objects.