X Protocol Token
Verified contract
Active on
Ethereum with 23,501 txns
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 "X Protocol Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21315901 | an hour ago | | | 0 | 0.00082235778 | |
| 21279651 | 5 days ago | | | 0 | 0.00038588232 | |
| 21204927 | 16 days ago | | | 0 | 0.00024366846 | |
| 21193974 | 17 days ago | | | 0 | 0.00072989217 | |
| 21107245 | a month ago | | | 0 | 0.00016698733 | |
| 21098087 | a month ago | | | 0 | 0.000098884342 | |
| 21093143 | a month ago | | | 0 | 0.00032945967 | |
| 21081375 | a month ago | | | 0 | 0.00028403867 | |
| 21069605 | a month ago | | | 0 | 0.00019527780 | |
| 21021074 | a month ago | | | 0 | 0.00029301947 |
ABI
ABI objects
Getter at block 21316287
DIFFICULTY() view returns (uint256)
1000000000
EDITABLE() view returns (bool)
false
MAX_SUPPLY() view returns (uint256)
10000000000
MINT_AMOUNT_PER_TX() view returns (uint256)
500000
TOKEN_ID() view returns (uint256)
1
VERSION() view returns (uint32)
1
decimals() view returns (uint8)
2
name() view returns (string)
X Protocol Token
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
XPT
totalSupply() view returns (uint256)
10000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
mint(uint256 nonce)
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
updateToken(uint256 incrSupply, uint256 miningDifficulty, bool editable)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 tokenId, address initialOwner, string tokenName, string tokenSymbol, uint256 maxSupply, uint8 decimal, uint256 tokenPerMint, uint256 miningDifficulty, bool editable)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)