Residual Value Share
Verified contract
Active on
Ethereum with 877 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Residual Value Share"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8538447 | 5 years ago | | | 0 | 0.00066229821 | |
| 7757343 | 6 years ago | | | 0 | 0.0013654200 | |
| 7480170 | 6 years ago | | | 0 | 0.000022757000 | |
| 7152713 | 6 years ago | | | 0 | 0.00032053862 | |
| 7152690 | 6 years ago | | | 0 | 0.00051561903 | |
| 7129019 | 6 years ago | | | 0 | 0.00052693000 | |
| 7104074 | 6 years ago | | | 0 | 0.00031149525 | |
| 7090937 | 6 years ago | | | 0 | 0.00037693000 | |
| 6972678 | 6 years ago | | | 0 | 0.00022757000 | |
| 6972587 | 6 years ago | | | 0 | 0.00037757000 |
ABI
ABI objects
Getter at block 21191258
buyPrice() view returns (uint256)
0
decimals() view returns (uint8)
0
name() view returns (string)
Residual Value Share
owner() view returns (address)
0xd5f23ea701e37a3e055a404ad5a67688359c7bf7
sellPrice() view returns (uint256)
0
symbol() view returns (string)
RESS
totalSupply() view returns (uint256)
1820000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
approveAndCall(address _spender, uint256 _value, bytes _extraData) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
buy() payable returns (uint256 amount)
freezeAccount(address target, bool freeze)
mintToken(address target, uint256 mintedAmount)
sell(uint256 amount) returns (uint256 revenue)
setPrices(uint256 newSellPrice, uint256 newBuyPrice)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol)
This contract contains no fallback and receive objects.
This contract contains no error objects.