QANON

Verified contract

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

No balances found for "QANON"

0xfbd52d861f62a910f9701393cafa784b37c87754e5b7ba4bb850bfcee15cdd8b
0xe486b673f1a664fcb3d3a38ccc9b4a0d36a73e51216a2d50c4d49522d3eb740b
0x8f48a016760eb5f17bd42b2d6e26408a9d93fae22a94e48fb757d22fa0869be2
0x743f3239f7e740f9514c5368358d3b886394675d708c601a7dd4fd653d7c5a5c
0x6c653a6a92ad14730136deb0dceda52ddd41783ac876dc72271e1c67bab807d8
0x10edefe87051d7ceaea5cc0eaa5604e78aaab35fbb02658a8308a1d8266f24a7
0x73883b0a9331606a59575d8e9e58279eb7884e2e4788a12f0dadbd9898408657
0xc6b254253313ad39a93835ed0bfe171b831ea0110b67ab700a73aa3419de52af
0xb42c6953cbf5c4bcc3a2bdec893fdfd9805fd854a83217dc790f558db89a7842
0xcd54fffb0ce4dfcee4fde98a3b0cdd1dd7a15733983614ec62f496ec9ce446d7

Functions
Getter at block 22735835
decimals(view returns (uint8)
18
name(view returns (string)
QANON
symbol(view returns (string)
$QANON
totalSupply(view returns (uint256)
1000000000000000000000000000
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