SPORTS NIL

Verified contract

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

No balances found for "SPORTS NIL"

0xb713b2bf7967df786f9ed6e2afeb668e1cc18ff2e02b875711faaf4c0bf533c4
0xe35f357dc9d92d2ebfd5bd8652342125fdb9668430882501c3abd97146f6d3d7
0x97e8324dec1d57bb2ec27ac1e14049f8c6aca49113a8ab2fb3f76670a330bdad
0x0d3d7dd8710eae95690000827a8c6a142e7b14f018c95a93131e97a40a73521f
0x0ce28a540fa9ceb2f256caab511ca1bcdcf66a4082bc76a9141a956311491c14
0x03c8a23883c198bfe63e20552da20854908e60f03c4f7f670e7c82076cf94e90
0x09b0e5c09e117291ab6ef634f53c75f97770cf64aee63b2746ffe60a903350f7
0x2fa649d3aab8da558e76f680fe1262dafea00c039f433da355a3bb14534173ad
0x361a7d0ed65445bc22a01b2787afce4d15bc43f07f35afb411add2972a58a382
0x141f078214b121f9d429f36c82e756314a416873544e938a7435459b3198f890

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