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

uiepe0

Verified contract

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

No balances found for "uiepe0"

0x10a933a84f5948713964780a1933414925a9dc7931618842cd32e6f43f7020c9
0xbc88e4fa13290862857cdde9c10be462151c4f4e1ae45ccf2aa96843d07c5a7f
0xa21a400d047eee0bb265144f172b5786058f2864771267396714fdc3ac9f92f8
0x0a0bd443d63bd6460427ebd6f0dbf45b192db076387bd2e87a792d67f4fbdfd6
0x10b8b4192404d5d3203ef6af3a3921506b77fe1e78c33428a4dcc9293356994c
0x0e6c360ab0015ebeaee40e40a928e0d9c1286076c0ff9d7c3c7acbc859d5d5d7
0xcf301917a4d5789fc126ce4f1166124a24c56eba8b03fd6ea7f9f7e228cb8b14

Functions
Getter at block 23624966
castHash(view returns (string)
0xd51ae64c300d7ad7dcc687ddf2024c541f1bd851
decimals(view returns (uint8)
18
deployer(view returns (address)
0x0ca61f71de22197a22dcb37af0e3477822093658
fid(view returns (uint256)
888869
image(view returns (string)
name(view returns (string)
uiepe0
symbol(view returns (string)
uiepe0
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