emoticon

Verified contract

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

No balances found for "emoticon"

0x1fff4f8fb5c3ff8dada44e084e57c3bf37930bc3137b8fd077435ecf43ab3992
0xb8eb319c00f7fda4bc8429a46b99646ccd2ec7411abbcac797db26dc6e478e24

Functions
Getter at block 23777451
castHash(view returns (string)
0xc015a0fb891ef957b52e6884b401abbbf8a8d2b2
decimals(view returns (uint8)
18
deployer(view returns (address)
0xa5c4a5210ef5769650c67bf10730e56300ed9a79
fid(view returns (uint256)
888945
image(view returns (string)
name(view returns (string)
emoticon
symbol(view returns (string)
yuhuu
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