NARROW INU
Unverified contract
Proxy
Active on
Base with 19 txns
Unified storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "NARROW INU"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18117466 | 4 months ago | | | 0 | 3.9111477e-7 | |
| 17044939 | 5 months ago | | | 0 | 5.3802400e-7 | |
| 17032685 | 5 months ago | | | 0 | 0.000000301096000000 | |
| 17029849 | 5 months ago | | | 0 | 1.5301600e-7 | |
| 17024840 | 5 months ago | | | 0 | 2.3769219e-7 | |
| 17018541 | 5 months ago | | | 0 | 3.1590400e-7 | |
| 17015880 | 5 months ago | | | 0 | 3.8406315e-7 | |
| 17013793 | 5 months ago | | | 0 | 3.6713400e-7 | |
| 17009677 | 5 months ago | | | 0 | 9.7403801e-7 | |
| 17009132 | 5 months ago | | | 0 | 6.8257654e-7 |
ABI
ABI objects
Getter at block 23847363
ADMIN_NFT() view returns (address)
0x736c6145c7d5b90b8bd586a9114c2e462318b3ff
CLOCK_MODE() view returns (string)
mode=blocknumber&from=default
DOMAIN_SEPARATOR() view returns (bytes32)
0xd3cb4c613228af3f967f1de5f36daa2fb0f1a7e66603381c26b61401008d2d74
VERSION() pure returns (string)
1.0.0
adminNftId() view returns (uint256)
123
clock() view returns (uint48)
23847363
decimals() view returns (uint8)
18
eip712Domain() view returns (bytes1 fields, string name, string version, uint256 chainId, address verifyingContract, bytes32 salt, uint256[] extensions)
(fields=0x0f, name=NARROW INU, version=1, chainId=8453, verifyingContract=0x8bf926823c35b89286491ace4cdc1f8f14d8198a, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
getTokenImage() view returns (string)
ipfs://QmVgZa8ZWAB8RGC6Xsg7fKSjA4uMC36nddq2ThdJ29XzdA
name() view returns (string)
NARROW INU
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
symbol() view returns (string)
NI
totalSupply() view returns (uint256)
10000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
checkpoints(address account, uint32 pos) view returns (struct CheckpointsCheckpoint208)
delegates(address account) view returns (address)
getPastTotalSupply(uint256 timepoint) view returns (uint256)
getPastVotes(address account, uint256 timepoint) view returns (uint256)
getVotes(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
numCheckpoints(address account) view returns (uint32)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
initialize(string name, string symbol, string description, uint256 totalSupply, address receiver, address owner, uint256 adminNFTId_)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
setMetadata(string description)
setPaused(bool paused_)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousVotes, uint256 newVotes)
EIP712DomainChanged()
Initialized(uint64 version)
MetadataSet(string description)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
PausedSet(bool paused)
Transfer(address indexed from, address indexed to, uint256 value)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
CheckpointUnorderedInsertion()
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
ERC20ExceededSafeSupply(uint256 increasedSupply, uint256 cap)
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
ERC2612ExpiredSignature(uint256 deadline)
ERC2612InvalidSigner(address signer, address owner)
ERC5805FutureLookup(uint256 timepoint, uint48 clock)
ERC6372InconsistentClock()
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidDelegate()
InvalidInitialization()
NotInitializing()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)
TokenPaused()
Unauthorized()
VotesExpiredSignature(uint256 expiry)