faketaxi

Verified contract

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

No balances found for "faketaxi"

0xcb0c4bb32e7acd5405599eddb14e2fedf90b0619d718060f40e2252c5353ad7f
0x23a753ad73f93ed99a631f2abea7e3d492d87350bdede88586bd84229578b6cb
0xdf4b233af6be8cc5c59f88670a9ee221aff902c1c8f3d311fb1b279875400273
0x9f39840c021604b167b13fde974c99ebc74730d4926b5798570e4b365000a947
0x7b5fbf1d402d1191130fe9a4cb901d7d949531671bfcf7763557e520511a7696

Functions
Getter at block 22813242
decimals(view returns (uint8)
18
name(view returns (string)
Handjob
symbol(view returns (string)
Handjob
totalSupply(view returns (uint256)
970000000000000000000000000000
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 initialSupply
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