Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($458,158.70)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
STG | ERC-20 | 1.273498M | $0.359764 |
$458,158.7 | |
ZRO | ERC-20 | 4.5B | -- | -- | |
OSEA | ERC-20 | 3.278625M | -- | -- | |
L3T | ERC-20 | 1.394023M | -- | -- | |
LAYER ZERO | ERC-20 | 1.211976M | -- | -- | |
HQG | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21180331 | 12 days ago | | | 0 | 0.0061153191 | |
| 21180286 | 12 days ago | | | 0 | 0.0071109646 | |
| 21173284 | 13 days ago | | | 0 | 0.0026075327 | |
| 21169367 | 13 days ago | | | 0 | 0.0017713387 | |
| 21141129 | 17 days ago | | | 0 | 0.00073416387 | |
| 21071106 | a month ago | | | 0 | 0.00043957756 | |
| 21033335 | a month ago | | | 0 | 0.00086491909 | |
| 21009574 | a month ago | | | 0 | 0.00072413830 | |
| 21009558 | a month ago | | | 0 | 0.00054585958 | |
| 20956486 | a month ago | | | 0 | 0.00080317104 |
ABI
ABI objects
Getter at block 21265055
FIRST_AUCTION_DURATION() view returns (uint256)
172800
SECOND_AUCTION_DURATION() view returns (uint256)
86400
STARGATE_FOR_AUCTION() view returns (uint256)
20000000
USD_AUCTION_CAP() view returns (uint256)
5000000
VEST_DURATION() view returns (uint256)
15724800
astgDecimals() view returns (uint8)
6
astgWhitelistMaxAlloc() view returns (uint256)
4664250000
bondingWhitelistMaxAlloc() view returns (uint256)
1167000000
capStgAuctionAmount() view returns (uint256)
18885443277584000000000000
countOfMaxAuction() view returns (uint256)
1280
decimals() view returns (uint8)
6
firstAuctionEndTime() view returns (uint256)
1648828800
firstAuctionStartTime() view returns (uint256)
1648656000
name() view returns (string)
aaSTG
owner() view returns (address)
0x1d7c6783328c145393e84fb47a7f7c548f5ee28d
ownerWithdrawn() view returns (bool)
true
remainingUsdQuota() view returns (uint256)
278639180604
secondAuctionAdditionalAllocCap() view returns (uint256)
1003678712
secondAuctionAllocCap() view returns (uint256)
1003678712
secondAuctionEndTime() view returns (uint256)
1648915200
secondAuctionInit() view returns (bool)
true
stableCoin() view returns (address)
0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48
stargateToken() view returns (address)
0xaf5191b0de278c7286d6c7cc6ab6bb8a73ba2cd6
stargateTreasury() view returns (address)
0x65bb797c2b9830d891d87288f029ed8dacc19705
symbol() view returns (string)
aaSTG
totalSupply() view returns (uint256)
4721360819396
vestStartTime() view returns (uint256)
1679155200
Read-only
allowance(address owner, address spender) view returns (uint256)
astgWhitelist(address) view returns (bool)
balanceOf(address account) view returns (uint256)
bondingWhitelist(address) view returns (bool)
getFirstAuctionCapAmount(address user) view returns (uint256)
redeemable(address _redeemer) view returns (uint256)
redeemedShares(address) view returns (uint256)
State-modifying
Events addAuctionAddresses(address[] addresses)
addBondAddresses(address[] addresses)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enterFirstAuction(uint256 _requestAmount)
enterSecondAuction(uint256 _requestAmount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
redeem()
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
withdrawRemainingStargate(address _to)
Approval(address indexed owner, address indexed spender, uint256 value)
FinalWithdrawal(address _to, uint256 _remainingUSD, uint256 _remainingSTG)
FirstAuctioned(address _sender, uint256 _astgAmount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Redeemed(address _sender, uint256 _astgAmount, uint256 _stgAmount)
SecondAuctioned(address _sender, uint256 _astgAmount)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _stargateTreasury, address _stargate, address _stableCoin, uint256 _auctionStartTime, uint256 _astgWhitelistMaxAlloc, uint256 _bondingWhitelistMaxAlloc)
This contract contains no fallback and receive objects.
This contract contains no error objects.