Panvala pan
Verified contract
Active on
Ethereum with 3,577 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PAN | ERC-20 | 9.55K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21099915 | 14 days ago | | | 0 | 0.00022537021 | |
| 20710217 | 2 months ago | | | 0 | 0.000085939047 | |
| 20151953 | 5 months ago | | | 0 | 0.000048534000 | |
| 20151949 | 5 months ago | | | 0 | 0.000048534000 | |
| 20151945 | 5 months ago | | | 0 | 0.000048534000 | |
| 19503157 | 8 months ago | | | 0 | 0.00038558506 | |
| 19502906 | 8 months ago | | | 0 | 0.00042027200 | |
| 19502904 | 8 months ago | | | 0 | 0.00038827200 | |
| 19076025 | 10 months ago | | | 0 | 0.00042057076 | |
| 19075925 | 10 months ago | | | 0 | 0.00027560423 |
ABI
ABI objects
Getter at block 21200152
decimals() view returns (uint8)
18
name() view returns (string)
Panvala pan
symbol() view returns (string)
PAN
totalSupply() view returns (uint256)
100000000000000000000000000
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
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)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string _name, string _symbol, uint8 _decimals, uint256 _initialSupply)
This contract contains no fallback and receive objects.
This contract contains no error objects.