snp Tether USD
Verified contract
Active on
Ethereum with 157 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.52)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 0.523127 | $1.001 |
$0.52 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21301773 | 12 hours ago | | | 0 | 0.00039818402 | |
| 18763481 | a year ago | | | 0 | 0.0055935985 | |
| 18748816 | a year ago | | | 0 | 0.0048263573 | |
| 17531450 | a year ago | | | 0 | 0.0022863811 | |
| 17530982 | a year ago | | | 0 | 0.00088347101 | |
| 17530980 | a year ago | | | 0 | 0.0033149726 | |
| 17381595 | 2 years ago | | | 0 | 0.0014553674 | |
| 16805932 | 2 years ago | | | 0 | 0.0065350908 | |
| 16656404 | 2 years ago | | | 0 | 0.0038990421 | |
| 16341139 | 2 years ago | | | 0 | 0.0036281856 |
ABI
ABI objects
Getter at block 21305319 balance() view returns (uint256) getPricePerFullShare() view returns (uint256)
available() view returns (uint256)
496970
controller() view returns (address)
0xdaae16d48512b334fed0045816e58d89c401c934
decimals() view returns (uint8)
6
earnLowerlimit() view returns (uint256)
100000000000
governance() view returns (address)
0x26042eb2f06d419093313ae2486fb40167ba349c
max() view returns (uint256)
10000
min() view returns (uint256)
9500
name() view returns (string)
snp Tether USD
paused() view returns (bool)
false
symbol() view returns (string)
sUSDT
token() view returns (address)
0xdac17f958d2ee523a2206206994597c13d831ec7
totalSupply() view returns (uint256)
596745464
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
deposit(uint256 _amount)
depositAll()
earn()
harvest(address reserve, uint256 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(address _token, uint256 _earnLowerlimit, address _controller)
pause()
setController(address _controller)
setEarnLowerlimit(uint256 _earnLowerlimit)
setGovernance(address _governance)
setMin(uint256 _min)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unpause()
withdraw(uint256 _shares)
withdrawAll()
Approval(address indexed owner, address indexed spender, uint256 value)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(address _token, uint256 _earnLowerlimit, address _controller)
This contract contains no fallback and receive objects.
This contract contains no error objects.