X bot

Verified contract

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

No balances found for "X bot"

0x4548e7f6ea9675ecac582a6951d463112aad0813619c57ebc9a75489daec5864
0xdb92d5312340fa17bb0cd0bcf5407b0f8e9daca185bcb540990d3ed053f8cbf2
0x6ffee9d4f84d271bc8e210b8953d608fb4806141502cac814c9d8068011ade03
0x4e425377a9b60d2667f40f1c9a59abb9346b0be59c49eccec5ef17d86ee25d1f
0x755f4b42fb0703193bc85708ef4227edddb385eda383997b6ff529c4b7d0056f
0xc663015a8f6e88f1d5878bfa73c8af0a619d8d370bf7505bd62d7074669c43a5
0xdc3d2191ae3616f29fd769bafc2522c14bb6168c7776cdb0b07ca333cf6d081f
0xad76c95a8e2549fec24d75ae4d34cd1050f4d82d082de5e7acef733800cc929f
0x1fff82ae1bcedf6da51bd5d8b1f8a3b6412ca36510570b98740a2e672b75c182
0xf707ed7f03d430102e135fd154642431722d0b52cf9cbb57237c82fc36d588c4

Functions
Getter at block 23772587
decimals(view returns (uint8)
18
name(view returns (string)
X bot
symbol(view returns (string)
X
totalSupply(view returns (uint256)
100000000000000000000000000000
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 name_string symbol_uint256 maxSupply_
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