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

DHOLE

Verified contract

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

No balances found for "DHOLE"

0x728615dacd1e974a8246c99ee82db183cdcb9c4339670bca84a72b1d1c9181f6
0x070b4e7dd6430749c3541e427d55a488cc8f8cdeefe33d3b58a5bb8c545b2d76
0x529d948123c3630a009339f5eff64f1b61849f0fc8cd9d7021018770478f65ca
0xb0bcf16fba956a5b36f56721ccde0808dde125543fb18af88c1f44a0dea81bc6
0x1c4665c50c4198ed339b9f761adaca02c59fd0e9540b1cfe3f1875f4a0cf329b
0x55e27de2ca26211b3ba8fef3a1ec90f1ba74d31b04810ccc3c8fde636eba63b2

Functions
Getter at block 23880329
castHash(view returns (string)
0x5747be4c4a18245e06c66f92bb85e35ff1b31f11
decimals(view returns (uint8)
18
deployer(view returns (address)
0xe6543e28ee030ff3b12b964030e847798519a024
fid(view returns (uint256)
235390
image(view returns (string)
https://imagedelivery.net/BXluQx4ige9GuW0Ia56BHw/fb123ea9-5065-4bbe-f95b-87600614ab00/original
name(view returns (string)
DHOLE
symbol(view returns (string)
DHOLE
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