REMME token
Verified contract
Active on
Ethereum with 42,264 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.17)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
REM | ERC-20 | 2.672K | $0.000065 |
$0.17 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 4.8K | -- | -- | |
Shell | ERC-20 | 300 | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
HMC | ERC-20 | 10 | -- | -- | |
GOLD | ERC-20 | 8 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21151294 | a day ago | | | 0 | 0.0010130063 | |
| 21091087 | 9 days ago | | | 0 | 0.00053732110 | |
| 21061924 | 13 days ago | | | 0 | 0.00060627707 | |
| 21028758 | 18 days ago | | | 0 | 0.0035151905 | |
| 20958547 | a month ago | | | 0 | 0.0011569896 | |
| 20944312 | a month ago | | | 0 | 0.0013170425 | |
| 20906116 | a month ago | | | 0 | 0.0010844464 | |
| 20895040 | a month ago | | | 0 | 0.00058904632 | |
| 20733552 | 2 months ago | | | 0 | 0.00022853867 | |
| 20699497 | 2 months ago | | | 0 | 0.00024327680 |
ABI
ABI objects
Getter at block 21157928
decimals() pure returns (uint8)
4
etoken2() pure returns (address)
0x331d077518216c07c87f4f18ba64cd384c411f84
etoken2Symbol() pure returns (bytes32)
0x52454d0000000000000000000000000000000000000000000000000000000000
getLatestVersion() pure returns (address)
0x8f501753784815fe34c6aaac853d94d9462c55e2
getPendingVersion() pure returns (address)
0x0000000000000000000000000000000000000000
getPendingVersionTimestamp() pure returns (uint256)
0
multiAsset() pure returns (address)
0x331d077518216c07c87f4f18ba64cd384c411f84
name() pure returns (string)
REMME token
symbol() pure returns (string)
REM
totalSupply() pure returns (uint256)
10000000000000
Read-only
allowance(address _from, address _spender) pure returns (uint256)
balanceOf(address _owner) pure returns (uint256)
getVersionFor(address _sender) pure returns (address)
State-modifying
Events _forwardApprove(address _spender, uint256 _value, address _sender) returns (bool)
_forwardTransferFromToICAPWithReference(address _from, bytes32 _icap, uint256 _value, string _reference, address _sender) returns (bool)
_forwardTransferFromWithReference(address _from, address _to, uint256 _value, string _reference, address _sender) returns (bool)
approve(address _spender, uint256 _value) returns (bool)
commitUpgrade() returns (bool)
emitApprove(address _from, address _spender, uint256 _value)
emitTransfer(address _from, address _to, uint256 _value)
init(address _etoken2, string _symbol, string _name) returns (bool)
optIn() returns (bool)
optOut() returns (bool)
proposeUpgrade(address _newVersion) returns (bool)
purgeUpgrade() returns (bool)
recoverTokens(uint256 _value) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferFromToICAP(address _from, bytes32 _icap, uint256 _value) returns (bool)
transferFromToICAP(address _from, string _icap, uint256 _value) returns (bool)
transferFromToICAPWithReference(address _from, bytes32 _icap, uint256 _value, string _reference) returns (bool)
transferFromToICAPWithReference(address _from, string _icap, uint256 _value, string _reference) returns (bool)
transferFromWithReference(address _from, address _to, uint256 _value, string _reference) returns (bool)
transferToICAP(bytes32 _icap, uint256 _value) returns (bool)
transferToICAP(string _icap, uint256 _value) returns (bool)
transferToICAPWithReference(bytes32 _icap, uint256 _value, string _reference) returns (bool)
transferToICAPWithReference(string _icap, uint256 _value, string _reference) returns (bool)
transferWithReference(address _to, uint256 _value, string _reference) returns (bool)
Approval(address indexed from, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
UpgradeProposal(address newVersion)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.