Stellar Gold Token
Verified contract
Active on
Ethereum with 3,266 txns
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 |
---|---|---|---|---|---|
XLMG | ERC-20 | 999,990,000,044,999,800,000,000,000,000,000,000,000,000,000,000T | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21005673 | a month ago | | | 0 | 0.00047332595 | |
| 20925886 | 2 months ago | | | 0 | 0.00037270400 | |
| 20758079 | 2 months ago | | | 0 | 0.00035971600 | |
| 20453449 | 4 months ago | | | 0 | 0.000063947000 | |
| 20453097 | 4 months ago | | | 0 | 0.000063947000 | |
| 20408197 | 4 months ago | | | 0 | 0.000073196000 | |
| 17741888 | a year ago | | | 0 | 0.0016341239 | |
| 17714900 | a year ago | | | 0 | 0.00070828800 | |
| 17607107 | a year ago | | | 0 | 0.0011397435 | |
| 17532816 | a year ago | | | 0 | 0.0012847000 |
ABI
ABI objects
Getter at block 21265604
aAmt() view returns (uint256)
1000000000
aCap() view returns (uint256)
6888888888888888888888888
aEBlock() view returns (uint256)
90000000
aSBlock() view returns (uint256)
10000000
aTot() view returns (uint256)
810
decimals() view returns (uint8)
0
name() view returns (string)
Stellar Gold Token
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xb142b89676c03aab9eb6a2900f54a75633d4f5d9
sCap() view returns (uint256)
10000000000000000
sChunk() view returns (uint256)
100000000000
sEBlock() view returns (uint256)
90000000
sPrice() view returns (uint256)
10000000000000000
sSBlock() view returns (uint256)
10000000
sTot() view returns (uint256)
613
symbol() view returns (string)
XLMG
totalSupply() view returns (uint256)
999990000044999880000209999748000209999880000044999990000001
viewAirdrop() view returns (uint256 StartBlock, uint256 EndBlock, uint256 DropCap, uint256 DropCount, uint256 DropAmount)
(StartBlock=10000000, EndBlock=90000000, DropCap=6888888888888888888888888, DropCount=810, DropAmount=1000000000)
viewSale() view returns (uint256 StartBlock, uint256 EndBlock, uint256 SaleCap, uint256 SaleCount, uint256 ChunkSize, uint256 SalePrice)
(StartBlock=10000000, EndBlock=90000000, SaleCap=10000000000000000, SaleCount=613, ChunkSize=100000000000, SalePrice=10000000000000000)
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 tokens) returns (bool success)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool success)
clearETH()
getAirdrop(address _refer) returns (bool success)
startAirdrop(uint256 _aSBlock, uint256 _aEBlock, uint256 _aAmt, uint256 _aCap)
startSale(uint256 _sSBlock, uint256 _sEBlock, uint256 _sChunk, uint256 _sPrice, uint256 _sCap)
tokenSale(address _refer) payable returns (bool success)
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.