Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($6,420.42)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 6.425057K | $0.999278 |
$6,420.42 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12638885 | 4 years ago | | | 0 | 0.00076936000 | |
| 12638841 | 4 years ago | | | 0 | 0.00080407600 | |
| 12638825 | 4 years ago | | | 0 | 0.00071720000 | |
| 11897983 | 4 years ago | | | 0 | 0.0020254036 | |
| 11897948 | 4 years ago | | | 0 | 0.0058070400 | |
| 11748405 | 4 years ago | | | 0 | 0.0038560110 | |
| 11611809 | 4 years ago | | | 0 | 0.0059804400 | |
| 11528549 | 4 years ago | | | 0 | 0.0021351600 | |
| 11507205 | 4 years ago | | | 0 | 0.0066769920 | |
| 11503942 | 4 years ago | | | 0 | 0.0052164000 |
ABI
ABI objects
Getter at block 21442925
coldWallet() view returns (address)
0x186509e7959dda993cd25fa4bde171b430f66748
company() view returns (string)
ShuttleOne Pte Ltd
decimals() view returns (uint8)
18
depositDecimals() view returns (uint8)
6
name() view returns (string)
szUSDT
pause() view returns (bool)
false
symbol() view returns (string)
szUSDT
totalSupply() view returns (uint256)
6425057193000000000000
usdtToken() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
version() view returns (uint8)
4
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _addr) view returns (uint256)
blackList(address) view returns (bool)
isOwner(address _owner) view returns (bool)
stopControl(address) view returns (bool)
State-modifying
Events addBlacklist(address _addr)
addOwner(address _newOwner, string newOwnerName)
approve(address _spender, uint256 _amount) returns (bool)
batchTransfer(address[] _from, address[] _to, uint256[] _amount)
batchTransferWithFee(address[] _from, address[] _to, uint256[] _amount, uint256[] _fee)
changeColdWallet(address _newAddr) returns (bool)
deposit(address _from, uint256 amount) returns (bool)
destroyBlackFund(address _addr)
intTransfer(address _from, address _to, uint256 _amount) returns (bool)
intTransferWithFee(address _from, address _to, uint256 _value, uint256 _fee) returns (bool)
pauseSystem(bool _set)
removeBlackList(address _addr)
removeOwner(address _owner)
setControlEmergency(address _addr, bool _control)
setStopControl(bool _control)
transfer(address _to, uint256 _amount) returns (bool)
transferFrom(address _from, address _to, uint256 _amount) returns (bool)
withdraw(uint256 _amount) returns (bool)
withdrawInternal(address _to, uint256 _amount) returns (bool)
withdrawStupidUser(uint256 amount, address _contract, address _to)
AddBlackList(address _user)
AddOwner(address newOwner, string name)
Approval(address indexed _tokenOwner, address indexed _spender, uint256 _amount)
Deposit(address indexed _from, uint256 _amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
RemoveBalckList(address _user)
RemoveOwner(address owner)
Transfer(address indexed _from, address indexed _to, uint256 _amount)
Withdraw(address indexed _to, uint256 _amount)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.