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 "Pascal"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21252598 | 9 days ago | | | 0 | 0.00073351657 | |
| 20746471 | 3 months ago | | | 0 | 0.000078197816 | |
| 19815046 | 7 months ago | | | 0 | 0.00018006145 | |
| 19813672 | 7 months ago | | | 0 | 0.00014360113 | |
| 19813664 | 7 months ago | | | 0 | 0.00014053380 | |
| 19813404 | 7 months ago | | | 0 | 0.00039431747 | |
| 19667694 | 8 months ago | | | 0 | 0.00051457160 | |
| 19610763 | 8 months ago | | | 0 | 0.00083125555 | |
| 18063142 | a year ago | | | 0 | 0.00051500776 | |
| 17962078 | a year ago | | | 0 | 0.00075282295 |
ABI
ABI objects
Getter at block 21314497
allowTrading() view returns (bool)
true
decimals() view returns (uint8)
18
name() view returns (string)
Pascal
owner() view returns (address)
0x0000000000000000000000000000000000000000
pair() view returns (address)
0x2de7a5bc785d244c0aa78ba933d8558299d29a39
router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
symbol() view returns (string)
PEDRO
tax() view returns (uint256)
0
taxWallet() view returns (address)
0xcdcb51cd5184b0a9f6ab88255f1983ed77199b51
totalSupply() view returns (uint256)
800000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
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)
enableTrading()
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
setTax(uint256 _tax)
setTaxWallet(address _taxWallet)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
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(address _router)
This contract contains no fallback and receive objects.
This contract contains no error objects.