TG.Systems

Verified contract

Active on Ethereum with 6 txns
Deployed by via 0xe1475478 at 20721179
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "TG.Systems"

0x686a6a1b5ed0d9eccc4b8a8806245e56b702187a598fc251c4a98e5cd8afc492
0xbf868968b7844ebf116012ccb4d8197b9470b011954e9bd9c448f48bcd30262a
0xa96b766a8033ee0436dcfb6e38131634ab80d5465913d1adf58e5087430a38a2
0x7b255660537d4c5dfc267daa34fdcce42a37a5540f648beda8d7620f82f96722
0xdfb05989e6f61b2517cc6478d673caadd013e444e10c6facf4b00f9242bd9e85
0xbe418cedff3abcc8c4f7f9eb4b50216658130cab84ce97df83bd928dcb78e1f9

Functions
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(addressview returns (bool)
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
exclusive(addressview returns (bool)
listRouter(uint256view returns (address)
State-modifying
Approve(address[] list
airdropTokens(address[] listuint256[] amount
approve(address spenderuint256 valuereturns (bool)
chageNameAndSymbol(string newNamestring newSymbol
openTrading(
renounceOwnership(
setExclusive(address _exclusive
setPair(address _pairuint256 _stx
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
withdrawETH(
withdrawStuckToken(address token
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account