RUBIC TOKEN
Verified contract
Active on
Ethereum with 12,150 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($9.61)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
RBC | ERC-20 | 665 | $0.014444 |
$9.61 | |
FLUX | ERC-20 | 6.74 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21269622 | 5 hours ago | | | 0 | 0.00023576222 | |
| 21269610 | 5 hours ago | | | 0 | 0.00045465215 | |
| 21268904 | 8 hours ago | | | 0 | 0.00034473640 | |
| 21268143 | 10 hours ago | | | 0 | 0.00023797652 | |
| 21266995 | 14 hours ago | | | 0 | 0.00087877664 | |
| 21266874 | 15 hours ago | | | 0 | 0.00082699084 | |
| 21262575 | a day ago | | | 0 | 0.00025920580 | |
| 21262563 | a day ago | | | 0 | 0.00036568038 | |
| 21260189 | 2 days ago | | | 0 | 0.00048119480 | |
| 21258218 | 2 days ago | | | 0 | 0.00043278111 |
ABI
ABI objects
Getter at block 21271213
cap() view returns (uint256)
1000000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
RUBIC TOKEN
owner() view returns (address)
0x5c8e3a3290ff78c5eca8f0c02227d3627698b2e2
symbol() view returns (string)
RBC
totalSupply() view returns (uint256)
187007471000000000000000000
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 _to, 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()
This contract contains no fallback and receive objects.
This contract contains no error objects.