$UNICORN

Verified contract

Active on Base with 85 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "$UNICORN"

0x2dd7c5268db40f14c76ce4673839b4f1c1c2ba2bacf7d5ea618994526f66a5c8
0x2ac99288ac8c8f24ae112bb64c8192d7e8fa6c6333970733bbc473cd33d188c7
0xe0a12a28cc4769d46f8dee15e6e23f753ba4ce32488fc218efe8d88d52b1590c
0x0eff5f55e60f21617bec7279eb78855c8c7f08d5e648f4fac09706470ec501e2
0x58b68fbdd58487b2ad5b7bcfd0136f91999ea5c9864b8ac7292020dfabde8b1f
0x2c973d60cccfdf6dd833cc9e47b6a8e901d419cadbc905f5fd54fd903869ce54
0xe95ab066ae9e4c4887e9f17879324dd06a6ab318202a8068caa7fcb47abf0f4d
0x3e2db0859c7256146c66104ffc3b074ee8674e95671877bb146b9079a83bf1db
0x569b6e519bbd0b65562246bb28c32ee4015e78c43f42964ecfea43c224c5e82a
0xe950bc934fd076012abfe7fc2cb09fb8b3ada2a23b23aec25dbbe2a532e17f04

Functions
Getter at block 23756990
decimals(view returns (uint8)
18
name(view returns (string)
$UNICORN
symbol(view returns (string)
🦄
totalSupply(view returns (uint256)
1000000000000000000000000000
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_
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