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

DogeFury

Verified contract

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

No balances found for "DogeFury"

0x7831858658a21bf877fd07838d82db1908543e2920ed7bc4e0c60374306bf462
0xaeca882e448045ec87214744a35ec83aa2eeb107f4dd4e7028c8fe7fc2762f9c

Functions
Getter at block 23304906
castHash(view returns (string)
0xccbe8389e3503309147f242a8d23a77485fe4707
decimals(view returns (uint8)
18
deployer(view returns (address)
0xac45e4001977694e9a168e6f33c2cfd463cdcf5b
fid(view returns (uint256)
886616
image(view returns (string)
name(view returns (string)
DogeFury
symbol(view returns (string)
DogeFury
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