Nobody will win the Masters

Verified contract

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

No balances found for "Nobody will win the Masters"

0x44045974594e3c8d6a48cbc76227bc2a68abce09b77c02a62083579e03869a4c
0xdaf8f5212809ac538054f9e04e6b409d825fc1584e26e31b229b6c6b231cef26
0x212e9aec9a933a84a71568e3e0527e8c915a185547d6d57a823ee9cc479b5dfb
0x38d74123556aad6480718a7c9ad2a1ad08e9509046a5934131d7970c9a996268

Functions
Getter at block 22923072
decimals(view returns (uint8)
18
name(view returns (string)
Nobody will win the Masters
symbol(view returns (string)
NOBODY
totalSupply(view returns (uint256)
10000000000000000000000000
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 symbol
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