Global USD Token
Verified contract
Active on
Ethereum with 87,896 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 |
---|---|---|---|---|---|
GUSDT | ERC-20 | 6.97896K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20230845 | 5 months ago | | | 0 | 0.0010601640 | |
| 20110722 | 5 months ago | | | 0 | 0.00021483802 | |
| 20010406 | 6 months ago | | | 0 | 0.0011901560 | |
| 19960596 | 6 months ago | | | 0 | 0.0012022886 | |
| 19947671 | 6 months ago | | | 0 | 0.0010599480 | |
| 18458452 | a year ago | | | 0 | 0.0018194442 | |
| 17810513 | a year ago | | | 0 | 0.0013276811 | |
| 17694326 | a year ago | | | 0 | 0.0013050342 | |
| 17655350 | a year ago | | | 0 | 0.00054225009 | |
| 17655350 | a year ago | | | 0 | 0.00054225009 |
ABI
ABI objects
Getter at block 21243448
decimals() view returns (uint8)
18
founder() view returns (address)
0x8c8932f028d6f593d02f9b66370b867fce5931a5
mintingFinished() view returns (bool)
false
name() view returns (string)
Global USD Token
owner() view returns (address)
0xe4776dd908a59afc82043e767f1a28b4427c9c16
paused() view returns (bool)
false
symbol() view returns (string)
GUSDT
totalSupply() view returns (uint256)
5000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burnTokens(uint256 _tokens)
changeFounderAddress(address _newFounder)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
freezeAccount(address target, bool freeze)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
FrozenFunds(address target, bool frozen)
Mint(address indexed to, uint256 amount)
MintFinished()
NewFounderAddress(address indexed from, address indexed to)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
TokensBurned(address initiatior, address indexed _partner, uint256 _tokens)
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.