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 "Rollbit Coin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 2536898 | a year ago | | | 0 | 0.0000020980350 | |
| 2437526 | a year ago | | | 0 | 0.0000024296053 | |
| 2429272 | a year ago | | | 0 | 0.000024296002 | |
| 2428964 | a year ago | | | 0 | 0.000024284002 | |
| 2428912 | a year ago | | | 0 | 0.0000036444024 | |
| 2428892 | a year ago | | | 0 | 0.000046371003 | |
| 2428800 | a year ago | | | 0 | 0.0000046683029 |
ABI
ABI objects
Getter at block 21894790
decimals() pure returns (uint8)
18
name() view returns (string)
Rollbit Coin
owner() view returns (address)
0x07c2a53e8e0059707ef2e4ffcbc0ddd19cade3d7
symbol() view returns (string)
RLB
totalSupply() view returns (uint256)
100000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 requestedDecrease) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership(address owner)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
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(string name_, string symbol_, uint256 value_)
This contract contains no fallback and receive objects.
ERC20FailedDecreaseAllowance(address spender, uint256 currentAllowance, uint256 requestedDecrease)
OwnableUnauthorizedAccount(address account)