XDAOToken

Verified contract

Implementation

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

No balances found for "XDAOToken"

No transactions found for "XDAOToken"


Functions
Getter at block 22943424
DOMAIN_SEPARATOR(view returns (bytes32 result)
0x08c460f145cffd8863ec73b8b8521c06d9ce71485f89409655d6e42a75041b86
decimals(view returns (uint8)
18
name(view returns (string)
owner(view returns (address)
0x0000000000000000000000000000000000000000
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)
burn(uint256 amount
burnFrom(address fromuint256 amount
initialize(address _ownerstring _namestring _symbol
mint(address touint256 amount
permit(address owneraddress spenderuint256 valueuint256 deadlineuint8 vbytes32 rbytes32 s
togglePause(bool _isPaused
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 amountreturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 amount
Transfer(address indexed fromaddress indexed touint256 amount
Constructor
constructor(address _owner
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AllowanceOverflow(
AllowanceUnderflow(
AlreadyInitialized(
InsufficientAllowance(
InsufficientBalance(
InvalidName(
InvalidOwner(
InvalidPermit(
Paused(
PermitExpired(
TotalSupplyOverflow(