Ripio Credit Network Token
Verified contract
Active on
Ethereum with 215,179 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($2,224.40)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ZRX | ERC-20 | 2.145009K | $0.433484 |
$929.83 | |
RCN | ERC-20 | 745.965698K | $0.001237 |
$922.82 | |
XDATA | ERC-20 | 8.07827K | $0.043322 |
$349.97 | |
MTH | ERC-20 | 4.608K | $0.00451 |
$20.78 | |
USDT | ERC-20 | 1 | $1.001 |
$1 | |
0xe0b7…0e2a | ERC-20 | 5.934B | -- | -- | |
| ERC-20 | 888.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
FIFAmini | ERC-20 | 20.180614K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21243971 | 6 hours ago | | | 0 | 0.00071030809 | |
| 21240630 | 17 hours ago | | | 0 | 0.00057351800 | |
| 21233138 | 2 days ago | | | 0 | 0.00055311889 | |
| 21231530 | 2 days ago | | | 0 | 0.00082373832 | |
| 21225866 | 3 days ago | | | 0 | 0.00054224419 | |
| 21224445 | 3 days ago | | | 0 | 0.0012432872 | |
| 21219095 | 4 days ago | | | 0 | 0.00066084581 | |
| 21217363 | 4 days ago | | | 0 | 0.00096129476 | |
| 21215428 | 4 days ago | | | 0 | 0.00034113189 | |
| 21209803 | 5 days ago | | | 0 | 0.00045854997 |
ABI
ABI objects
Getter at block 21245640
decimals() pure returns (uint8)
18
mintingFinished() pure returns (bool)
true
name() pure returns (string)
Ripio Credit Network Token
owner() pure returns (address)
0xf8d81eb6c765397ecfadc3b396715267bb41f241
symbol() pure returns (string)
RCN
totalSupply() pure returns (uint256)
999942647353090031740080000
version() pure returns (string)
1.0
Read-only
allowance(address _owner, address _spender) pure returns (uint256 remaining)
balanceOf(address _owner) pure returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting()
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed _from, address indexed _to, uint256 _value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.