GovernableERC20
Verified contract
Active on
Base with 1,575 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
lower | ERC-20 | 4.2K | $0.0001 |
$0.42 | |
USA | ERC-20 | 1 | $0.000629 |
$0 | |
COUNTDOWN | ERC-20 | 10.389947K | -- | -- | |
OHNO | ERC-20 | 1 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22870536 | a day ago | | | 0 | 7.9487592e-7 | |
| 22865437 | 2 days ago | | | 0 | 0.0000013375296 | |
| 22850202 | 2 days ago | | | 0 | 0.0000010501127 | |
| 22756862 | 4 days ago | | | 0 | 5.1530420e-7 | |
| 22683171 | 6 days ago | | | 0 | 9.1013259e-7 | |
| 22674164 | 6 days ago | | | 0 | 0.0000010949016 | |
| 22634043 | 7 days ago | | | 0 | 2.7834082e-7 | |
| 22458641 | 11 days ago | | | 0 | 5.7524246e-7 | |
| 22399691 | 12 days ago | | | 0 | 0.0000010878026 | |
| 22384512 | 13 days ago | | | 0 | 0.000000904932400000 |
ABI
ABI objects
Getter at block 22933270
CLOCK_MODE() view returns (string)
mode=blocknumber&from=default
DOMAIN_SEPARATOR() view returns (bytes32)
0x4008d73c67f3bfcfdfdc7f4c3b320396f8b039f85e85710c405cc68c9b119bd6
clock() view returns (uint48)
22933270
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=BAGEL, version=1, chainId=8453, verifyingContract=0x835e336782a1d04db6eb44c44024650d18a138c2, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
BAGEL
symbol() view returns (string)
$BAGEL
totalSupply() view returns (uint256)
1000000000000000000000000000
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)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
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()
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint256 _totalSupply, address _receiver)
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)
InvalidShortString()
SafeCastOverflowedUintDowncast(uint8 bits, uint256 value)
StringTooLong(string str)
VotesExpiredSignature(uint256 expiry)