Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USA | ERC-20 | 1 | $0.000958 |
$0 | |
BROGE | ERC-20 | 9.999K | -- | -- | |
V | ERC-20 | 50K | -- | -- | |
LZPZ | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 22107319 | 4 hours ago | | | 0 | 0.000000405429349200 | |
| 21780935 | 8 days ago | | | 0 | 0.000000206640995568 | |
| 21305112 | 19 days ago | | | 0 | 1.6953299e-7 | |
| 21285785 | 19 days ago | | | 0 | 0.0000010498825 | |
| 21170666 | 22 days ago | | | 0 | 0.000000406648883346 | |
| 21166034 | 22 days ago | | | 0 | 1.3707362e-7 | |
| 21013698 | 25 days ago | | | 0 | 0.000000207791787264 | |
| 20345163 | a month ago | | | 0 | 0.000000402636342588 | |
| 19994529 | 2 months ago | | | 0 | 3.7354892e-7 | |
| 19815872 | 2 months ago | | | 0 | 3.1422869e-7 |
ABI
ABI objects
Getter at block 22113667
DOMAIN_SEPARATOR() view returns (bytes32)
0x95fc9ea336e0543e4eea32f218eb47c1612524b61c858b0f738e55a3aef3882d
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=Coinfucius, version=1, chainId=8453, verifyingContract=0x30fbe7c3aaa67ac62419064b31262b3bab9bb5dc, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
Coinfucius
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
COINFU
totalSupply() view returns (uint256)
8888888888000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address account, uint256 value)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
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)
EIP712DomainChanged()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address initialOwner)
This contract contains no fallback and receive objects.
ECDSAInvalidSignature()
ECDSAInvalidSignatureLength(uint256 length)
ECDSAInvalidSignatureS(bytes32 s)
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)
InvalidAccountNonce(address account, uint256 currentNonce)
InvalidShortString()
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)
StringTooLong(string str)