This contract is being backfilled. You may encounter incomplete storage history.

Dogs

Verified contract

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

No balances found for "Dogs"

0x322537cb8aa06ff5836bc3c3f8c108dfc40819a98de3ad110b1cf365b880c798
0x973140910fb216e65d702e931913b5d262509de43767725f140d6837010ec7b0
0xcd15778011df87cc0a0335c860483afdf055b57002cda995d5ca5b1219cbc689
0xfbeae57e50506f9c0a367240b848a0ac2c1d1dd33156fa95e20e5729e457f131
0xae7c8935dd4057abbca75b52f8d6b2ad8c5fcb87a692e5314de3609e27dd9c32
0x3a0245bdecace5d708dd9c41ff56bb4e0616c64e1b456a8c70481e4cb8dec489
0xebc4f4883af6faf32bbe3002384ebd6b9c4433b3e21185c6ffea9622a1c6dfd4
0x69a1764ec51d3a2f777f560c821156d170ff18c8314b35b971409af0b7bdd6fc
0x33c3a93aa8c1bd551880d5d69de8d8796ec1576c1041234fe4b8700cc4b5b084
0x87d14a7597ffd3f74c5d573ff471640a958c88395e30a3da132ae33e69282f09

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