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 "Rich"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 8949795 | 5 years ago | | | 0 | 0.00037878000 | |
| 8635400 | 5 years ago | | | 0 | 0.00067254206 | |
| 8575644 | 5 years ago | | | 0 | 0.00017992050 | |
| 7919322 | 5 years ago | | | 0 | 0.00067254206 | |
| 7533288 | 6 years ago | | | 0 | 0.000075756000 | |
| 7444443 | 6 years ago | | | 0 | 0.00011667780 | |
| 7442978 | 6 years ago | | | 0 | 0.00021151200 | |
| 7442286 | 6 years ago | | | 0 | 0.000075628000 | |
| 7378702 | 6 years ago | | | 0 | 0.00037878000 | |
| 7372989 | 6 years ago | | | 0 | 0.00037878000 |
ABI
ABI objects
Getter at block 21257449
INITIAL_SUPPLY() view returns (uint256)
0
MAX_SUPPLY() view returns (uint256)
10000000000000000000000000000
cap() view returns (uint256)
10000000000000000000000000000
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
Rich
owner() view returns (address)
0x401eca6644101056647ada5279eeb608d95039fc
paused() view returns (bool)
false
symbol() view returns (string)
RICH
totalSupply() view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
batchFreeze(address[] _addresses, bool _freeze)
batchTransfer(address[] _receivers, uint256 _value) returns (bool)
batchTransferValues(address[] _receivers, uint256[] _values) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
pause()
renounceOwnership()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
FrozenFunds(address target, bool frozen)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipRenounced(address indexed previousOwner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
fallback()
This contract contains no error objects.