ERC20Token

Verified contract

Implementation

Active on Base with 0 txns
Deployed by via 0x3a9bee5d at 19980387
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "ERC20Token"

No transactions found for "ERC20Token"


Functions
Getter at block 21873582
DOMAIN_SEPARATOR(view returns (bytes32 result)
0x0386ebcbed511863b054d4a533c5557eae2e5e46d6f763d46465b4b5dbbe0c6b
decimals(view returns (uint8)
18
factory(view returns (address)
0x0000000000000000000000000000000000000000
name(view returns (string)
symbol(view returns (string)
totalSupply(view returns (uint256 result)
0
Read-only
allowance(address owneraddress spenderview returns (uint256 result)
balanceOf(address ownerview returns (uint256 result)
nonces(address ownerview returns (uint256 result)
State-modifying
approve(address spenderuint256 amountreturns (bool)
initialize(address factory_struct IERC20TokenFactoryERC20TokenConfig config
mint(address recipientuint256 amount
permit(address owneraddress spenderuint256 valueuint256 deadlineuint8 vbytes32 rbytes32 s
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
Initialized(uint64 version
Transfer(address indexed fromaddress indexed touint256 amount
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AllowanceOverflow(
AllowanceUnderflow(
INVALID_TOKEN_NAME(
INVALID_TOKEN_SYMBOL(
InsufficientAllowance(
InsufficientBalance(
InvalidInitialization(
InvalidPermit(
NotInitializing(
ONLY_FACTORY_OWNER(
PermitExpired(
TotalSupplyOverflow(