Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "PANVIS"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19574951 | 7 months ago | | | 0 | 0.0012749883 | |
| 16573619 | 2 years ago | | | 0 | 0.0013069789 | |
| 15389481 | 2 years ago | | | 0 | 0.0013662870 | |
| 15363863 | 2 years ago | | | 0 | 0.0014013200 | |
| 15357328 | 2 years ago | | | 0 | 0.0014013200 | |
| 15148670 | 2 years ago | | | 0 | 0.0013662870 | |
| 14978794 | 2 years ago | | | 0 | 0.0014013200 | |
| 14971225 | 2 years ago | | | 0 | 0.0014022800 | |
| 14949762 | 2 years ago | | | 0 | 0.0014013200 | |
| 14929938 | 2 years ago | | | 0 | 0.0013662870 |
ABI
ABI objects
Getter at block 21158698
INITIAL_SUPPLY() view returns (uint256)
100000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
PANVIS
symbol() view returns (string)
PAN
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events addMinter(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address to, uint256 value) returns (bool)
renounceMinter()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.