SimpleERC20
Verified contract
Active on
Base with 1,541 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "SimpleERC20"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 23668716 | an hour ago | | | 0 | 8.1559796e-7 | |
| 23664194 | 4 hours ago | | | 0 | 0.0000017951020 | |
| 23653568 | 10 hours ago | | | 0 | 0.0000054239613 | |
| 23647747 | 13 hours ago | | | 0 | 0.0000052178981 | |
| 23645023 | 14 hours ago | | | 0 | 0.0000054239613 | |
| 23644291 | 15 hours ago | | | 0 | 0.000000809709037251 | |
| 23644069 | 15 hours ago | | | 0 | 0.000000809288400075 | |
| 23644024 | 15 hours ago | | | 0 | 8.1677224e-7 | |
| 23642153 | 16 hours ago | | | 0 | 6.7058150e-7 | |
| 23638812 | 18 hours ago | | | 0 | 4.2942750e-7 |
ABI
ABI objects
Getter at block 23670917
DOMAIN_SEPARATOR() view returns (bytes32)
0x1cfa0fde68698184a696dd36b43792f98cb5f99f5ab6fce5779d427c774468e3
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=Based Cardinal, version=1, chainId=8453, verifyingContract=0xbcf45e5078d8f90fa45b71480179ece658172bd1, salt=0x0000000000000000000000000000000000000000000000000000000000000000, extensions=[])
name() view returns (string)
Based Cardinal
symbol() view returns (string)
BCARD
totalSupply() view returns (uint256)
1000000000000000000000000
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 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
EIP712DomainChanged()
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name, string symbol, uint256 initialSupply, address creator)
This contract contains no fallback and receive objects.
InvalidShortString()
StringTooLong(string str)