Denmark

Verified contract

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

No balances found for "Denmark"

0xfd2b5d6aeba64699c1d80868195dc23e9a4840d5f0a458a23e7429f469c2f9c8
0x6ef962b774e054c683e074f23c3bd6145ab959d8df52baad6ffc917aa439a830
0x352c57d99bfefac11b1ec52315da944adb8bdb21b25b05b971b9f2091a379baf
0x8308687c799114f52840cf08448cf3f14eaabd1109cf52c3bc163571ebe98a7a

Functions
Getter at block 22943920
decimals(view returns (uint8)
18
name(view returns (string)
Denmark
symbol(view returns (string)
DK
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