XIdol.tech

Verified contract

Active on Base with 1,841 txns
Deployed by via 0x759f528e at 9043692
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0x67e34d4b91fda208e182b5442daeedaa27bb8264d57b6e7922896c1cf49d1533
0x36f85a146c33cff3f54b14998403fa2a957a078130c3ec6566e4db5278a2fffb
0x55af481a5c0c7448eb531d59d376eeb4bd1b5e12115afe2959683006c046fbaf
0xd3ad80afc1c7150b3d945bcbc595128a370464721fd391d6b929f9cb03ed3f87
0xe4df6da3dedac70e33f0c73b6b67b512af35981325a16c05233388afa6a2c7af
0xd3c4c0f5a81cfcc81f225e085db4e8ca94a69ba29577c829b411e055f1ee7098
0xc419d48d19f67add25617c0c9fbffff34e6980a5d4fee0d50c2eeb6578e6ba1e
0xcebb841dd84bade6df174f934ee707e8965c441674e4a377aff54c2402e11d15
0x9d20d074b7778adde3da0431480975f0ff2ef391d01c8ff064121b885458fc71
0x0c9bf2b3f6fd90bd61bb7bc7edd4ffba78d8fe427b8236c5a8883bc2d7a66498

Functions
Getter at block 22476459
CONVERTER(view returns (bytes32)
0x9b67f1cdf2c9ad23209b11e73d7a46eeae44f0340c10d14788faa1ace66c0898
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
decimals(view returns (uint8)
18
name(view returns (string)
XIdol.tech
symbol(view returns (string)
XID
totalSupply(view returns (uint256)
210000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
adminTransfer(address touint256 amount
approve(address spenderuint256 valuereturns (bool)
converterTransfer(address touint256 amount
grantRole(bytes32 roleaddress account
renounceRole(bytes32 roleaddress callerConfirmation
revokeRole(bytes32 roleaddress account
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

Errors
AccessControlBadConfirmation(
AccessControlUnauthorizedAccount(address accountbytes32 neededRole
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender