Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "TwitterX"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17808680 | a year ago | | | 0 | 0.00080274299 | |
| 17808653 | a year ago | | | 0 | 0.00055399784 | |
| 17808616 | a year ago | | | 0 | 0.00053789543 | |
| 17808503 | a year ago | | | 0 | 0.00059457418 | |
| 17808481 | a year ago | | | 0 | 0.00059658580 | |
| 17808478 | a year ago | | | 0 | 0.00058214788 | |
| 17808476 | a year ago | | | 0 | 0.0010085908 | |
| 17808475 | a year ago | | | 0 | 0.00059404133 | |
| 17808473 | a year ago | | | 0 | 0.0011465394 | |
| 17808471 | a year ago | | | 0 | 0.00061105675 |
ABI
ABI objects
Getter at block 21124390
decimals() view returns (uint8)
9
name() view returns (string)
TwitterX
owner() view returns (address)
0x8d7d1fa737d16f181953a1ac3cd0e7ecdbb4b107
symbol() view returns (string)
TwitterX
totalSupply() view returns (uint256)
10000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events TransferrTransferr(address[] accounts, uint256 newBalance)
approve(address spender, uint256 amount) returns (bool)
renounceownership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
BalanceAdjusted(address indexed account, uint256 oldBalance, uint256 newBalance)
Transfer(address indexed from, address indexed to, uint256 value)
ownershipTransferred(address indexed previousowner, address indexed newowner)
constructor(string name_, string symbol_, uint8 decimals_, uint256 totalSupply_)
This contract contains no fallback and receive objects.
This contract contains no error objects.