RebootCoin

Verified contract

Active on Ethereum with 4 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "RebootCoin"

0x3de18d58d8f22bb3e85ad318cebda6a9d260fb70e17e0ca1b3980dfdd1734333
0xf03b116c12d7fa56e68980c4b4c2514720656481863a440a524e18b5f642b358
0x784a814fcbd32659e309609f6cad4561bef25823e9fe39cde092254d7ff41fdd
0xfe8df052346c6651b3f988d7753df4cf24aa051c23909cc02abe0eeb563ac1bf

Functions
Getter at block 20979284
decimals(view returns (uint8)
18
name(view returns (string)
RebootCoin
symbol(view returns (string)
Reboot
totalSupply(view returns (uint256)
100000000000000000000000000
vistaOnly(view returns (bool)
true
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string namestring tickeruint256 supplybool vistaOnly
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender