REFLECT.CASH
Verified contract
Active on
Ethereum with 184 txns
Balances ($0.00)
No balances found for "REFLECT.CASH"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19259041 | 9 months ago | | | 0 | 0.00049125933 | |
| 15912383 | 2 years ago | | | 0 | 0.00071619240 | |
| 15837934 | 2 years ago | | | 0 | 0.00062189200 | |
| 12952409 | 3 years ago | | | 0 | 0.0016742160 | |
| 11889462 | 4 years ago | | | 0 | 0.0025539360 | |
| 11827026 | 4 years ago | | | 0 | 0.0063372750 | |
| 11775697 | 4 years ago | | | 0 | 0.0037434150 | |
| 11690320 | 4 years ago | | | 0 | 0.0015630912 | |
| 11677575 | 4 years ago | | | 0 | 0.00084852000 | |
| 11673941 | 4 years ago | | | 0 | 0.0017318340 |
ABI
ABI objects
Getter at block 21307340
decimals() view returns (uint8)
18
isOperator() view returns (bool)
false
name() view returns (string)
REFLECT.CASH
operator() view returns (address)
0x1f9d43771765615c209278f43cc2e637ffa3d785
owner() view returns (address)
0x1f9d43771765615c209278f43cc2e637ffa3d785
symbol() view returns (string)
RFC
totalSupply() view returns (uint256)
824310774928874034743548
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)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address recipient_, uint256 amount_) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOperator(address newOperator_)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OperatorTransferred(address indexed previousOperator, address indexed newOperator)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.