200W MAXIMUS

Verified contract

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

No balances found for "200W MAXIMUS"

0xdfdb8d3ad8288dd58a99f9ca7d1294431740f5ee68dd2d3ba13e1bda0f309bc3
0x922b92f51d18e894801e549efaefb5c75b269b3ea0d00896c6db5866dfa52e52
0x201a2480c42ed98277b5de83233ab3760fab49d6b4673dd861178f57e6592fb5
0xa882331745c7e738d6779040c7965667ab93d29b8cd377ee6c984ff4310331c7
0x9c187620f8bc4b67b91b325fc092811d81eb450e384adadde856f31c4c9138ee
0x73c914ef98492be2d6a039144ba4ea78d66ed6b12b5e1530b47ca8e9ead55753
0xcd354a98e6764cf7fbade24b5f8c779c9711e9841245f6bde6d538f8498218c6
0x344bd8705c07ff02040731fbf9d93ed902bb8dfe6119723094e5b2acd5f0c30d
0xc007925f304e369f98365456215c8b8a3075cd3c26f389277c852abc42594e4e
0xe545fd56009bb631c951844e278165bb8ce4e1058065e2af0355280d642a0b4c

Functions
Getter at block 22944940
decimals(view returns (uint8)
18
name(view returns (string)
200W MAXIMUS
symbol(view returns (string)
t200W
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