SHIBA BOT 🤖

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
ERC-20
--
0x9ee6a75f2280b2dea518808cfc97412ade2c191034cba2e21e21b25d80c320ad
0xd2a576124c9893e81f2c17e86a53a762c2914c27ca0253674c810975c8f1b1a0
0xc3eb09523b8f9d31f786a683ead56bee0002bd5627e5e8811af702168f68eaef
0xe191fb99cc23b209d921096a9a1b6a6a045d726cf1a296db9014e70889425b5d

Functions
Getter at block 20856284
decimals() view returns (uint8)
18
generator() pure returns (string)
https://vittominacori.github.io/erc20-generator
name() view returns (string)
SHIBA BOT 🤖
symbol() view returns (string)
SHIBABOT🤖
totalSupply() view returns (uint256)
1000000000000000000000000000000000
version() view returns (string)
v5.0.1
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Events
Approval(address indexed owner, address indexed spender, uint256 value) 
Transfer(address indexed from, address indexed to, uint256 value) 
Constructor
constructor(string name_, string symbol_, uint256 initialBalance_, address feeReceiver_) 
Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.