Rob Banks

Verified contract

Active on Base with 191 txns
Deployed by via 0xa99ebe15 at 22212016
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "Rob Banks"

0x5612afc3604b4a2b25fa9f66025a3204b275fea2d8533ea52f5217013f60190b
0x09eeb40f95c5d7006b7ff0944b967900a90c1e308f65d40ced4e49e14fc24d19
0xeff8e9efa17907aedfc2598f87674a7a20384eba52b889ca33b57b4303d84e84
0xb9c714d22e3ebbd47a4893453ae924d8cc0233abf06d1476f21741c9413d12ae
0x65291c4e4cf3a173b1359cf3a7774823a0cf04beb9a560e32e145c07725fe43b
0x87c0b74862a148b22c8561c14b85b4a75301bcad3fa93b0d48fd267b020da842
0x624f434c01fba68d8caec44e29b63abdb096d17d314c8f96f3ec631a794b05ec
0x7931c4e378ee84a6ed3b8435b2ac09de0fdf571c4e03b8194938c3f3c76d7fc5
0x27d2ba4b792a17cfefc2ea508cdfadc53bd1a5b673f6623004e04f9101595d62
0x1a64369d2925493ab143e4a3a480bfd3b0380dec61ced8c31691da008a6f346c

Functions
Getter at block 22838844
decimals(view returns (uint8)
18
name(view returns (string)
Rob Banks
symbol(view returns (string)
Banks
totalSupply(view returns (uint256)
21000000000000000000000000000
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 _symboluint256 _supply
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