Rainbow Colored Mermaid and a Unicorn

Verified contract

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

No balances found for "Rainbow Colored Mermaid and a Unicorn"

0x0cecb103111da27e6b8b3e4964e921fcc8507e34d9b466b591c4dab627401fb1
0x533f9f7b42a8b9e1e5a081ada5691c410961e7678132ffa613de676b29574701
0x643da38b619ddd8b3c130e86b76d8d219aac9133fe60701c63585225bf379f2e
0x6e2e7e9d8783c44ec0eae2a4863a95d3309f8687a1eb7f406515655528701205
0x9e65ab7d710ed109dacf27a82318bf4cf09743731e80c2aa377f509149e4d0ee
0x7ed8a2647b70754b430a8a00d4847dd2c5e215b35c24292660cc4ec8c08c1b47
0x4f56fb653c27020a7b5345e37c0bdb8249fc2f241a8941f74dd30a5209ba3138
0x9b11f1844ea40f6fc976747762a6ccb9b434920c6f5bbc141f6b02f0dd624fc8
0x5f6bc7cbacf7f489fac7ee8a7fd682246e568e6ed4c0034637725eaf53b5e639
0x02cbcbf9408d238e515773a052b019e6c967429db3de2af97f14e82087200a7c

Functions
Getter at block 22939176
decimals(view returns (uint8)
18
name(view returns (string)
Rainbow Colored Mermaid and a Unicorn
symbol(view returns (string)
UNICORN
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_
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