Rewards Cash
Verified contract
Active on
Ethereum with 22 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 "Rewards Cash"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15950863 | 2 years ago | | | 0 | 0.00042210131 | |
| 10428978 | 4 years ago | | | 0 | 0.00066844400 | |
| 8636184 | 5 years ago | | | 0 | 0.0015819050 | |
| 8636173 | 5 years ago | | | 0 | 0.0015819050 | |
| 8627987 | 5 years ago | | | 0 | 0.00099781700 | |
| 8627965 | 5 years ago | | | 0 | 0.00099781700 | |
| 8532364 | 5 years ago | | | 0 | 0.0014640000 | |
| 8073567 | 5 years ago | | | 0 | 0.00061152000 | |
| 8067188 | 5 years ago | | | 0 | 0.00077434000 | |
| 8067184 | 5 years ago | | | 0 | 0.00077306000 |
ABI
ABI objects
Getter at block 21164522
decimals() view returns (uint8)
18
frozen() view returns (bool)
true
hardCap() view returns (uint256)
500000000000000000000000000
mintingFinished() view returns (bool)
false
name() view returns (string)
Rewards Cash
owner() view returns (address)
0x4150f4b550322a18ec56e65adf59bb36919c3766
symbol() view returns (string)
RWRD
totalSupply() view returns (uint256)
69535654193600000001500000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _burnAmount)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
freeze()
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
revoke(address _from, uint256 _value) returns (bool)
startMinting() returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unfreeze()
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Burned(address indexed _burner, uint256 _burnedAmount)
Freeze()
MintFinished()
MintStarted()
NewToken(address indexed _token)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Revoke(address indexed _from, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
Unfreeze()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.