Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "TG.Systems"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20721316 | 2 months ago | | | 0 | 0.00038420488 | |
| 20721248 | 2 months ago | | | 0 | 0.00042072378 | |
| 20721232 | 2 months ago | | | 0 | 0.00084713737 | |
| 20721227 | 2 months ago | | | 0 | 0.00066734673 | |
| 20721226 | 2 months ago | | | 0 | 0.00048329102 | |
| 20721191 | 2 months ago | | | 0 | 0.00044098169 |
ABI
ABI objects
Getter at block 21261837
Pair() view returns (address)
0x90a1dac5de32a659b188c60764de0a178cdeb899
changeMe() pure returns (uint256)
1
currentAllow() view returns (uint256)
0
decimals() view returns (uint8)
18
getChainID() view returns (uint256)
1
getOpenedTrade() view returns (bool)
true
marketing() view returns (address)
0xa60a744a773a571ff7f64cbc3f39ffe91ac38978
name() view returns (string)
TG.Systems
openedTrade() view returns (bool)
true
owner() view returns (address)
0x221396d80545c76e33aee48da7d8edef205e3f4d
stx() view returns (uint256)
100
symbol() view returns (string)
TGS
tokenName() view returns (string)
TG.Systems
tokenSymbol() view returns (string)
TGS
totalSupply() view returns (uint256)
5000000000000000000000000
univ2() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
DataAvailable(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
exclusive(address) view returns (bool)
listRouter(uint256) view returns (address)
State-modifying
Events Approve(address[] list)
airdropTokens(address[] list, uint256[] amount)
approve(address spender, uint256 value) returns (bool)
chageNameAndSymbol(string newName, string newSymbol)
openTrading()
renounceOwnership()
setExclusive(address _exclusive)
setPair(address _pair, uint256 _stx)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
withdrawETH()
withdrawStuckToken(address token)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)