Tether SEA
Verified contract
Active on
Ethereum with 37,181 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 |
---|---|---|---|---|---|
FOR | ERC-20 | 1 | $0.003801 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10565482 | 4 years ago | | | 0 | 0.0023361600 | |
| 10565425 | 4 years ago | | | 0 | 0.0031287230 | |
| 10565323 | 4 years ago | | | 0 | 0.0040376766 | |
| 10564882 | 4 years ago | | | 0 | 0.0015882600 | |
| 10564815 | 4 years ago | | | 0 | 0.0024889801 | |
| 10564804 | 4 years ago | | | 0 | 0.0016132670 | |
| 10564765 | 4 years ago | | | 0 | 0.0032746221 | |
| 10560318 | 4 years ago | | | 0 | 0.0029390400 | |
| 10560318 | 4 years ago | | | 0 | 0.0029390400 | |
| 10560012 | 4 years ago | | | 0 | 0.0055603300 |
ABI
ABI objects
Getter at block 21158512
basisPointsRate() view returns (uint256)
0
decimals() view returns (uint256)
4
maximumFee() view returns (uint256)
0
minimumFee() view returns (uint256)
0
name() view returns (string)
Tether SEA
owner() view returns (address)
0x98b8b94469eb979b437273b05c58a606fdccbccb
symbol() view returns (string)
SEA
totalSupply() view returns (uint256)
16000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
freezes(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
destructor() returns (bool success)
freeze(address _to, uint256 _value) returns (bool success)
setParams(uint256 newBasisPoints, uint256 newMinFee, uint256 newMaxFee) returns (bool success)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
unfreeze(address _to, uint256 _value) returns (bool success)
withdrawEther(uint256 amount) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
CollectFee(address indexed _from, address indexed _owner, uint256 fee)
Freeze(address indexed to, uint256 value)
Params(address indexed _owner, uint256 feeBasisPoints, uint256 minFee, uint256 maxFee)
Transfer(address indexed _from, address indexed _to, uint256 _value)
Unfreeze(address indexed to, uint256 value)
Withdraw(address indexed to, uint256 value)
constructor(uint256 initialSupply, uint8 decimalUnits, string tokenName, string tokenSymbol)
fallback()
This contract contains no error objects.