Gold Tether
Verified contract
Active on
Ethereum with 4,833 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 |
---|---|---|---|---|---|
C4Y | ERC-20 | 3.7K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19105522 | 10 months ago | | | 0 | 0.00046070246 | |
| 19105474 | 10 months ago | | | 0 | 0.00048839955 | |
| 19105462 | 10 months ago | | | 0 | 0.00037390896 | |
| 19105457 | 10 months ago | | | 0 | 0.00043737121 | |
| 18957389 | a year ago | | | 0 | 0.00098591993 | |
| 18957368 | a year ago | | | 0 | 0.0010043146 | |
| 18928970 | a year ago | | | 0 | 0.00083501399 | |
| 18928958 | a year ago | | | 0 | 0.00088639555 | |
| 18928944 | a year ago | | | 0 | 0.00090226746 | |
| 18797527 | a year ago | | | 0 | 0.0013590608 |
ABI
ABI objects
Getter at block 21256753 totalSupply() view returns (uint256)
MAX_UINT() view returns (uint256)
115792089237316195423570985008687907853269984665640564039457584007913129639935
basisPointsRate() view returns (uint256)
0
decimals() view returns (uint8)
6
deprecated() view returns (bool)
true
isOwner() view returns (bool)
false
maximumFee() view returns (uint256)
0
name() view returns (string)
Gold Tether
owner() view returns (address)
0xc6cde7c39eb2f0f0095f41570af89efc2c1ea828
paused() view returns (bool)
false
symbol() view returns (string)
XAUt
upgradedAddress() view returns (address)
0x000000000000000000000000000000000000dead
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address who) view returns (uint256)
getBlackListStatus(address _maker) view returns (bool)
isBlackListed(address) view returns (bool)
isPauser(address account) view returns (bool)
oldBalanceOf(address who) view returns (uint256)
State-modifying
Events addBlackList(address _evilUser)
addPauser(address account)
approve(address _spender, uint256 _value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
deprecate(address _upgradedAddress)
destroyBlackFunds(address _blackListedUser)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
issue(uint256 amount)
pause()
redeem(uint256 amount)
removeBlackList(address _clearedUser)
renounceOwnership()
renouncePauser()
setParams(uint256 newBasisPoints, uint256 newMaxFee)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
AddedBlackList(address indexed _user)
Approval(address indexed owner, address indexed spender, uint256 value)
Deprecate(address newAddress)
DestroyedBlackFunds(address indexed _blackListedUser, uint256 _balance)
Issue(uint256 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Params(uint256 feeBasisPoints, uint256 maxFee)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Redeem(uint256 amount)
RemovedBlackList(address indexed _user)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(uint256 _initialSupply, string _name, string _symbol, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.