Regime-free Stable Token
Verified contract
Active on
Ethereum with 15,761 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 | 2 | $0.001975 |
$0 | |
MYOU | ERC-20 | 0.3 | -- | -- | |
WDT | ERC-20 | 0.0003 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15583547 | 2 years ago | | | 0 | 0.0013396019 | |
| 13684411 | 3 years ago | | | 0 | 0.0054321000 | |
| 13466429 | 3 years ago | | | 0 | 0.0026411995 | |
| 13420890 | 3 years ago | | | 0 | 0.0054321000 | |
| 10596516 | 4 years ago | | | 0 | 0.0020959025 | |
| 10318995 | 4 years ago | | | 0 | 0.00081273500 | |
| 10318995 | 4 years ago | | | 0 | 0.0013373150 | |
| 10087068 | 5 years ago | | | 0 | 0.0014366430 | |
| 9993741 | 5 years ago | | | 0 | 0.00076442000 | |
| 9688715 | 5 years ago | | | 0 | 0.00053221000 |
ABI
ABI objects
Getter at block 21258702
MILLION() view returns (uint256)
100000000000000
decimals() view returns (uint256)
8
disabled() view returns (bool)
false
name() view returns (string)
Regime-free Stable Token
owner() view returns (address)
0x0f40722dd113caf6bf17eb138de9b7b4a3cde8a4
paused() view returns (bool)
false
symbol() view returns (string)
RST
totalSupply() view returns (uint256)
50000000000000000
version() view returns (string)
1.0
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
renounceOwnership()
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)
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
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.