DOUG

Verified contract

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

No balances found for "DOUG"

0xf3200d2c5425b7bc544658e8a0ec40f365d17d571f228be922b7cc58421fd97c
0x22e85d57627d9a3860e31a3856211df4847ba593b6f8550b6dbe71737caf02b1
0x163150f33dbb01e1d6a72a2ddb1bf5ef528c822240dbd3c2e3240f2440c44046

Functions
Getter at block 23798266
castHash(view returns (string)
0x95491ad34eddd94d5adda69c5fd5ac51c156c4e3
decimals(view returns (uint8)
18
deployer(view returns (address)
0x39288b2fde888720be5c3bd2e59ab865e62e3b96
fid(view returns (uint256)
884303
image(view returns (string)
name(view returns (string)
DOUG
symbol(view returns (string)
DOUG
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