X7

Verified contract

Active on Ethereum with 42 txns
Deployed by via 0x30418368 at 20862945
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "X7"

0x596d7a3c7226cf927674aba896920dcc58c7f6e103c6558bb43501378d70800f
0x2d8cd5dfda97d94f191cb872010c3449499a4fb246707f840b1f67ec0e063e33
0x0e0b74f9d61737a870b2a161af53c73ca5d22d09cb642ad3c6dd6676639a26a4
0x63973547f8da05076d726eb6dd402b3d9ade5b2b338b2ccca63f5652b8c401c0
0x07c38bb8b8f7eddafb75165be32d301c4646c901a1d585694ba9b9b3079ef2ca
0xf07a28a180bd404c679404fcffffd44fa822c21e17e5bd2a5dca15313d555bce
0x5b61ca1b75312925cb0049dc7ff48d29efd669630ac4207ebe0c5568114b9617
0x5f3914426c4fb664761d3cf2a1c0d4aa1de8f9d3c69d61715e2843a289150207
0xdeedfd39e1f5824c53fee7855ff9eb77f7890c7b76cfcec36ea18343ca653ecd
0x328901c36e4509c31e55397222d82f71b9e62ece67b8f1c6058833b8b29fb53f

Functions
Getter at block 20913104
decimals(view returns (uint8)
18
name(view returns (string)
X7
symbol(view returns (string)
X7
totalSupply(view returns (uint256)
1000000000000000000000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
burn(uint256 value
burnFrom(address accountuint256 value
transfer(address touint256 valuereturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(
Fallback and receive

This contract contains no fallback and receive objects.

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