Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($78.24)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
BBTC | ERC-20 | 0.000823 | $95,030.00 |
$78.21 | |
nCash | ERC-20 | 200 | $0.000154 |
$0.03 | |
WTC | ERC-20 | 1 | $0.00032 |
$0 | |
| ERC-20 | 88.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
UNV | ERC-20 | 46.522K | -- | -- | |
WHACKD | ERC-20 | 10.774941K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
DAR | ERC-20 | 2K | -- | -- | |
RBLX | ERC-20 | 37.5 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19964513 | 6 months ago | | | 0 | 0.00043102711 | |
| 19877446 | 6 months ago | | | 0 | 0.00020082943 | |
| 19528365 | 8 months ago | | | 0 | 0.0023661628 | |
| 19528265 | 8 months ago | | | 0 | 0.0024747379 | |
| 19214041 | 10 months ago | | | 0 | 0.0015007750 | |
| 19214028 | 10 months ago | | | 0 | 0.0016578777 | |
| 19081201 | 10 months ago | | | 0 | 0.00025526159 | |
| 18995896 | a year ago | | | 0 | 0.00032268668 | |
| 18863646 | a year ago | | | 0 | 0.0012312199 | |
| 17688895 | a year ago | | | 0 | 0.00060138000 |
ABI
ABI objects
Getter at block 21288731
creator() view returns (address)
0x0048264d721cd5af75503e05ad5d792e138c7150
decimals() view returns (uint256)
18
name() view returns (string)
Rublix
symbol() view returns (string)
RBLX
totalSupply() view returns (uint256)
100000000000000000000000000
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)
burnFrom(uint256 _value) returns (bool success)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferMulti(address[] _to, uint256[] _value) returns (bool success)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed from, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, address _creator)
This contract contains no fallback and receive objects.
This contract contains no error objects.