KNIGHT

Verified contract

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

No balances found for "KNIGHT"

0xadf62ff1cf7e18abdabcc23e3f3840d977b59762762a526013bd03d1ed9d24e0
0xfc67d39e42a93d0d3b92f0f86fa93405ef74e99995222e560f53e7633aab1078
0x0768a2fb97d5a6892046138645f7c8a6899cd47ac6d132b6b1ff7b5aa87202da
0x2dc1678b66eb88fa16a2132556f232b1e314ce6acc8082c6b405dae7f99de1fd
0xd9e0367c7f4e741ffe6b19dde4b49d3fff01cd73cff6528d8345e7989475a7c4
0x9c060afe3e510673145484453e6fa2127d3334e98673246bf7e99c4e4bdf2a37
0x644ce6679ebf5f798fca151760c66ad2d889bcebeedda1e825c172483c53228e
0xe9053ce12662138d0d54b9b13d6bebac4312f1a3076e75a0e7050d2a4ca5dee6
0xb92f62690dc2c9990606643cd035dad585a423b6f91fc33bd17bb32bfdb2b3bb
0xa1fc85f63b5cec105df5bb03cfcd8ca164ca47261a632979e859414e93683efe

Functions
Getter at block 22946455
decimals(view returns (uint8)
18
name(view returns (string)
KNIGHT
symbol(view returns (string)
KNIGHT
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