The latest block we've processed for this chain is 23288495, which is 2 minutes old. We're running behind the tip but working to resolve the issue.

Department Of Art

Verified contract

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

No balances found for "Department Of Art"

No transactions found for "Department Of Art"


Functions
Getter at block 23288494
castHash(view returns (string)
0x118610d8f426f56371ac3acbf591fa998ade0f27
decimals(view returns (uint8)
18
deployer(view returns (address)
0xf65db13b5ee031cb0ebba525ef21aa6c586681b3
fid(view returns (uint256)
12457
image(view returns (string)
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/25f73b1f-f70b-4f2c-5330-56e520055200/original
name(view returns (string)
Department Of Art
symbol(view returns (string)
DOA
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