PAWS

Verified contract

Active on Base with 59 txns
Deployed by via 0x43de53a1 at 23507921
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "PAWS"

0x849db99ff535f25334d356a023a0280329926910ad8746d847a1e8a3c2e45381
0x713710c75a3ea8910fae224f273f6511d8f90e3f095db38e291fd7c371a3b0c6
0x13e2c178c3f90789962791e6243180c376e0d2c1d8eb90d58ec60b589cced921
0xc03236bc722b899bf2ac13f9eb65c32dde9607cca6c864758b26106ebfe4e4e4
0x0ac6ee511ee510b6681b140dceb60a899b1fdfa1befe0693c102252b4c3a1895
0x3823d7e4893b51abab243de70bb62ff660dd2a172ad8fb03b1abf548c8796010
0x30a68d2ace15e10cc4aa8c18dff4ad101afbca914c3c2c1d6a4a3a8294db9dbb
0xf2b7edadd92f983762bedad7957d76418f447a0c0fa8aeea1cedfdb68abcba5b
0x8272db3c5919aa6ce6430f61de60468bcf0550ba674b485d9728a07acf4c0af2
0x37b24b8d7bef4c60dd24bc64169f09d3d98ab38b4e78f6fd65927090f94d0d33

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