Token

Verified contract

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

No balances found for "Token"

0xf9b9155619b2ab6417ddec6f6cdbd7c01b96a2681463016b0edaf674633eba1c
0xb902fdb0df97441d96b86be5d8fab6f822cb8a18d4f7d1e4b5500dfc1a29122a
0x684c9ceb0db0e1dc625ea5f00c85ef9fea29406efbd52cf2a14dce012e4ff88b
0x8b3a643f0e88267f0c6f1cd10ea3a3042042b87c55c11c9bb1bc9655ac54a21c
0xe1b044b50f4c1e280b7e56fcc0f2e4a3aa9c7b1523d7103d64233e80bd40e5c8
0x8d1b99247f5053cde8110c2c74d108416bb5e00122e53a0f4b4fb30546455d59
0x25fa7b5dac226e9bdb92a08fedd22ee000b3649cc65bf3b39d2407aec76f6539

Functions
Getter at block 23181024
castHash(view returns (string)
0x1d386970d9d4744b81853d04d059147f509e0b27
decimals(view returns (uint8)
18
deployer(view returns (address)
0xe20c54bae4826173346a50e48b78c60fa141d333
fid(view returns (uint256)
249562
image(view returns (string)
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/75ee8ab9-b8de-41d6-903c-4e10ee921b00/original
name(view returns (string)
purrbyte
symbol(view returns (string)
PBT
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_address deployer_uint256 fid_string image_string castHash_
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