Idea Guy with Idea
Unverified contract
Proxy
Active on
Base with 409 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 "Idea Guy with Idea"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21882800 | 6 days ago | | | 0 | 2.3549532e-7 | |
| 21826634 | 8 days ago | | | 0 | 3.4622708e-7 | |
| 20722802 | a month ago | | | 0 | 4.5283066e-7 | |
| 20715900 | a month ago | | | 0 | 4.2687841e-7 | |
| 20713529 | a month ago | | | 0 | 3.8370249e-7 | |
| 20712860 | a month ago | | | 0 | 4.1061869e-7 | |
| 20654593 | a month ago | | | 0 | 0.000000501986414450 | |
| 20650513 | a month ago | | | 0 | 3.6328117e-7 | |
| 20645554 | a month ago | | | 0 | 4.4260673e-7 | |
| 20642914 | a month ago | | | 0 | 4.5923024e-7 |
ABI
ABI objects
Getter at block 22163482
ADMIN_NFT() view returns (address)
0x736c6145c7d5b90b8bd586a9114c2e462318b3ff
CLOCK_MODE() view returns (string)
mode=blocknumber&from=default
DOMAIN_SEPARATOR() view returns (bytes32)
0x83588af10fd1ce476f18dc56db0055623ee68a9172f37f2520d28bf19708b8f8
VERSION() pure returns (string)
1.0.0
adminNftId() view returns (uint256)
9
clock() view returns (uint48)
22163482
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=Idea Guy with Idea, version=1, chainId=8453, verifyingContract=0xed0226a69d11e214c7f2a66b543b825779896be7, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
getTokenImage() view returns (string)
ipfs://QmeKmH6pDb5arfuHQVgZLUZFPLm2Di2JXJLXnBucSDeSzj
name() view returns (string)
Idea Guy with Idea
owner() view returns (address)
0x0000000000000000000000000000000000000000
paused() view returns (bool)
false
symbol() view returns (string)
IGWI
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)