there is no idea. i love you.
Unverified contract
Proxy
Active on
Base with 29 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 "there is no idea. i love you."
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18438954 | 4 months ago | | | 0 | 0.0000065002800 | |
| 18438937 | 4 months ago | | | 0 | 0.0000051323994 | |
| 18438935 | 4 months ago | | | 0 | 0.0000051411409 | |
| 18438935 | 4 months ago | | | 0 | 0.0000065002800 | |
| 18438933 | 4 months ago | | | 0 | 0.0000065002800 | |
| 18438925 | 4 months ago | | | 0 | 0.0032929303 | |
| 18438913 | 4 months ago | | | 0 | 0.0000065002800 | |
| 17181435 | 5 months ago | | | 0 | 5.8071040e-7 | |
| 17167176 | 5 months ago | | | 0 | 0.0000065002800 | |
| 17123987 | 5 months ago | | | 0 | 0.0000020524800 |
ABI
ABI objects
Getter at block 23214964
ADMIN_NFT() view returns (address)
0x736c6145c7d5b90b8bd586a9114c2e462318b3ff
CLOCK_MODE() view returns (string)
mode=blocknumber&from=default
DOMAIN_SEPARATOR() view returns (bytes32)
0x1aeaee5fbf9d49a0b20fb604d942b24d6bdca96fc78cde173df17923285f5fb0
VERSION() pure returns (string)
1.0.0
adminNftId() view returns (uint256)
55
clock() view returns (uint48)
23214964
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=there is no idea. i love you., version=1, chainId=8453, verifyingContract=0xc90d6c8b654a84c9600f793fb36c1d5f70cc96d5, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
getTokenImage() view returns (string)
ipfs://QmevZmPgGwL1bU6okbmZBGtbfZMmkbjNMDLdcZG69VwTRp
name() view returns (string)
there is no idea. i love you.
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
symbol() view returns (string)
TINIILY
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)