Patex Token
Verified contract
Active on
Ethereum with 511 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Patex Token"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21207463 | 20 hours ago | | | 0 | 0.00060037102 | |
| 21200388 | 2 days ago | | | 0 | 0.00058157002 | |
| 21192359 | 3 days ago | | | 0 | 0.00094400000 | |
| 21168645 | 6 days ago | | | 0 | 0.0015052562 | |
| 21166570 | 7 days ago | | | 0 | 0.0017176915 | |
| 21164995 | 7 days ago | | | 0 | 0.00088993830 | |
| 21163546 | 7 days ago | | | 0 | 0.00072600542 | |
| 21163330 | 7 days ago | | | 0 | 0.00069461018 | |
| 21155467 | 8 days ago | | | 0 | 0.00076908792 | |
| 21154651 | 8 days ago | | | 0 | 0.00024262722 |
ABI
ABI objects
Getter at block 21213590
decimals() view returns (uint8)
18
name() view returns (string)
Patex Token
symbol() view returns (string)
PATEX
totalSupply() view returns (uint256)
8000000000000000000000000
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)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _receiver)
This contract contains no fallback and receive objects.
This contract contains no error objects.