Crown

Verified contract

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

No balances found for "Crown"

0xd3244559bf0e9272b76573005b37ca8992bcc789b49509d385a073cf0fd262bf
0xd814a5a2a16258a523bd9a75efdd35f07866d226695368461978a0f33f0a0b31
0x62ed68ab7760ff42352567f3d16e2db4b672a4cd8b62d68f8e4b0ad0814b05a5
0x27a1ae37f8da55ec775dff133d95c517c51dd99a7488a7682edd5a55c0fcccb5
0x7fe4b2156426aae120bc0800a7f555a5566ce803393d378ea16eedb3c4e4bee1
0x8d4756a52b9c8786720163278556424ba19b181a0f374016e768fde2177d95b1
0x07fa37a3a3bd5da6dd52fc5f4b53cd7f976bf3355fa32d0b021a0841b2f1ad15
0x28423f59fcc4ae8a8d9c2ef4a0eee15f4a598b36325ea37d0ce9ac39181c78b1
0xdb757f386f7d3cb4916b868c188c39d9501d02a704a83853bdfcdffcceb93380
0xaf6dabaa6d57112548cba43a4cbb1abd70799cbb4bc6f37a195e60044b0538d1

Functions
Getter at block 22909772
decimals(view returns (uint8)
18
name(view returns (string)
Crown
symbol(view returns (string)
CROWN
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