drkni

Verified contract

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

No balances found for "drkni"

0x39c9bd5a4148cc10dd2693a770beef3cab0d6d2325fa03de98dd22308e91fdc9
0x96400cf39f6b5f92970f8ef092629321c0a50c31add8f2357e546aaa640bdaa8
0xb657083ab72d5a56c2fbbac936e29865e31f453156ca8001d76861192c3ddfe2

Functions
Getter at block 23775410
castHash(view returns (string)
0xee03878b03d5c0bab81e8fe43b3ebac77dc20b08
decimals(view returns (uint8)
18
deployer(view returns (address)
0xba35b5c6fe6f30d2270ccd3849437e7a6620e8db
fid(view returns (uint256)
889128
image(view returns (string)
name(view returns (string)
drkni
symbol(view returns (string)
mkl
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