Remittance Token
Verified contract
Active on
Ethereum with 7,481 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 |
---|---|---|---|---|---|
MYOU | ERC-20 | 0.4 | -- | -- | |
WDT | ERC-20 | 0.0006 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20697040 | 2 months ago | | | 0 | 0.000062921534 | |
| 19410703 | 8 months ago | | | 0 | 0.0019078093 | |
| 19410681 | 8 months ago | | | 0 | 0.0032774957 | |
| 17960148 | a year ago | | | 0 | 0.00059054877 | |
| 17960126 | a year ago | | | 0 | 0.00053182045 | |
| 17882488 | a year ago | | | 0 | 0.00054386327 | |
| 17464152 | a year ago | | | 0 | 0.0016092221 | |
| 15133558 | 2 years ago | | | 0 | 0.00043857314 | |
| 14584375 | 3 years ago | | | 0 | 0.0023572130 | |
| 14504178 | 3 years ago | | | 0 | 0.0019938601 |
ABI
ABI objects
Getter at block 21159830
_totalSupply() view returns (uint256)
299999999999999999
decimals() view returns (uint8)
8
deleteToken() view returns (uint256)
1
mintCount() view returns (uint256)
0
name() view returns (string)
Remittance Token
owner() view returns (address)
0x3bdf1b4a3e4548dc74728302477933ddaf7a8594
soldToken() view returns (uint256)
14416723797721264373352740
symbol() view returns (string)
REMCO
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _amount) returns (bool success)
burn(uint256 _count) returns (bool success)
mint(address _owner, uint256 _amount)
setOwner(address _newOwner)
totalSupply() returns (uint256 totalSupply)
transfer(address _to, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burn(address indexed from, uint256 value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor(string coinName, string coinSymbol, uint256 initialSupply)
fallback()
This contract contains no error objects.