Remittance Token
Verified contract
Active on
Ethereum with 712 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 "Remittance Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21100159 | a month ago | | | 0 | 0.0021448330 | |
| 20990430 | a month ago | | | 0 | 0.0021448330 | |
| 20952394 | 2 months ago | | | 0 | 0.0021448330 | |
| 20903643 | 2 months ago | | | 0 | 0.0021448330 | |
| 20786192 | 2 months ago | | | 0 | 0.0021448330 | |
| 20777807 | 2 months ago | | | 0 | 0.0021448330 | |
| 20619954 | 3 months ago | | | 0 | 0.0021448330 | |
| 20572269 | 3 months ago | | | 0 | 0.0021448330 | |
| 20458346 | 4 months ago | | | 0 | 0.0021448330 | |
| 20353355 | 4 months ago | | | 0 | 0.0021448330 |
ABI
ABI objects
Getter at block 21293338
decimals() view returns (uint8)
8
name() view returns (string)
Remittance Token
owner() view returns (address)
0x3bdf1b4a3e4548dc74728302477933ddaf7a8594
symbol() view returns (string)
Remco
totalSupply() view returns (uint256)
300000000000000000
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)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint256 initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.