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 "xPAD"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20635537 | 2 months ago | | | 0 | 0.00018271817 | |
| 20323628 | 4 months ago | | | 0 | 0.00015886589 | |
| 20323625 | 4 months ago | | | 0 | 0.00016057094 | |
| 19162597 | 9 months ago | | | 0 | 0.0020317018 | |
| 19094230 | 10 months ago | | | 0 | 0.00054848348 | |
| 18661321 | a year ago | | | 0 | 0.00091744544 | |
| 18661304 | a year ago | | | 0 | 0.00085694833 | |
| 18606033 | a year ago | | | 0 | 0.00038828160 | |
| 18165748 | a year ago | | | 0 | 0.0010138867 | |
| 17160174 | 2 years ago | | | 0 | 0.0024903692 |
ABI
ABI objects
Getter at block 21178576
DOMAIN_SEPARATOR() view returns (bytes32)
0x8123e4f9a94b792c967462a0076d15f6f2230632baa4b5837da984fab98fe1e0
decimals() view returns (uint8)
18
name() view returns (string)
xPAD
owner() view returns (address)
0xa9862048640a454e6eeabc640e78990e15ded00c
symbol() view returns (string)
XPAD
taxFee() view returns (uint256)
200
taxRecipient() view returns (address)
0xf7ca92295d553c56b5c2ddbfc94f9af23c3a436a
totalSupply() view returns (uint256)
25000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
nonces(address owner) view returns (uint256)
taxExcluded(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
excludeFromTax(address who)
includeInTax(address who)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceOwnership()
setTaxFee(uint256 _taxFee)
setTaxRecipient(address _taxRecipient)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TaxChanged(uint256 taxFee)
TaxRecipientChanged(address newRecipient)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _taxRecipient)
This contract contains no fallback and receive objects.
This contract contains no error objects.