This contract is being backfilled. You may encounter incomplete storage history.

Nasdiq

Verified contract

Active on Base with 24,149 txns
Deployed by via 0x39e28617 at 15429008
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
ERC-20
--
ERC-20
--
0xdb52fa29c5681f0003e705b5fec93284999f7c86b127a0f8a55b6527fb43f4d6
0xbe6b9fa801168d90f845537c1bf5866eb53db5623c8ac186833eae5d9b869000
0x1bf69c8cb0ca523830de284695f03645c3123905d79142f8c94935de9bba69e8
0xcc0bc09ffd7ebe45ebcc45b9e2c065708824d98e25b9b0ced0779bca505f1b67
0x834cf170952713a30f125efc9e86d40313af4b812216374a61b99fe846a5bee0
0xc244df073fefb1e5eb438c73d1233f7e66535792d806a4c9b1da5638344d3ff7
0xa968ef7f82fe0fe7edd97030a3590ca07de341952b92681d8b86707897625496
0xc1647746d7402c0b68ef1badb70be37aa98d9ee7121cbd60d47c8bdbbf7dd592
0x01826d2e92d17e38aff412c755afdd284f1cea43aa19a73e9ea891529c5236b9
0x359e2538d1d2a91c083671764e6779a9819f14c1d227d482a13731229c193a56

Functions
Getter at block 22757531
decimals(view returns (uint8)
18
name(view returns (string)
Nasdiq
owner(view returns (address)
0x0000000000000000000000000000000000000000
symbol(view returns (string)
NDQ
totalSupply(view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
renounceOwnership(
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
transferOwnership(address newOwner
Events
Approval(address indexed owneraddress indexed spenderuint256 value
OwnershipTransferred(address indexed previousOwneraddress indexed newOwner
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
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
OwnableInvalidOwner(address owner
OwnableUnauthorizedAccount(address account