loot 2.0

Verified contract

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

No balances found for "loot 2.0"

0x58bdf1ebb8551f11122bccacc92fda7cf5c5e8787972fe0d3d06ac72fcf28b2e
0x4698ff96a480b490436574191eff1eecb1bdf74979bfa691657c2f5f2b589fe3
0x338029422f8d872fb8034f115511e189b7cea55584d8b866ba9519abfc57fc13
0x99237e79facf62ced6dc4e60a30984032f984bf97e69ffd91e6ed0609e5e0c3a
0x690a4f1983ac3df18a4234de37b57d600ee0ef564bf3acaa0f480beb12c64f7c
0xd53db9fc4eebb6780b86a5de19929fe438ae0a2d6238353a4cc0f0290f6d9f7d
0xa58eec5fff7d89ab981d572934102740759f9cad76268578557b3fd94ca0f1ce
0x9dd3e7dfb3f94ba4c1f6a89959b5050c942ca59b2964ec5f6d841b24c9c61355
0x524fe5764074338546d82d4dbf5b1d8542b6b54705bfd203f1abcd15f16ec053
0x69017d658acecefaf81efe7fec45a716930c914984b7995f5cd9f4f464c2f2e4

Functions
Getter at block 22724139
decimals(view returns (uint8)
18
name(view returns (string)
loot 2.0
symbol(view returns (string)
LOOT
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