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 "PazCoin"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12354694 | 4 years ago | | | 0 | 0.00051401700 | |
| 10406007 | 4 years ago | | | 0 | 0.00048696900 | |
| 10263315 | 4 years ago | | | 0 | 0.00048696900 | |
| 10242563 | 4 years ago | | | 0 | 0.0022730000 | |
| 10239792 | 4 years ago | | | 0 | 0.00051109800 | |
| 10238473 | 4 years ago | | | 0 | 0.00097304000 | |
| 10238230 | 4 years ago | | | 0 | 0.00090095000 | |
| 10238173 | 4 years ago | | | 0 | 0.00073014000 | |
| 10238089 | 4 years ago | | | 0 | 0.00097304000 | |
| 10235174 | 4 years ago | | | 0 | 0.00075485000 |
ABI
ABI objects
Getter at block 21123396
INITIAL_SUPPLY() view returns (uint256)
10000000000000000000000000000
decimals() view returns (uint8)
18
isOwner() view returns (bool)
false
name() view returns (string)
PazCoin
owner() view returns (address)
0x54ad32e9a34942ed697091df3700955e2a642ce9
paused() view returns (bool)
true
symbol() view returns (string)
PAZ
totalSupply() view returns (uint256)
10000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
frozenAccount(address) view returns (bool)
isPauser(address account) view returns (bool)
State-modifying
Events addPauser(address account)
approve(address spender, uint256 value) returns (bool)
burn(uint256 value)
burnFrom(address from, uint256 value)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool success)
freezeAccount(address target, bool freeze)
increaseAllowance(address spender, uint256 addedValue) returns (bool success)
pause()
renounceOwnership()
renouncePauser()
transfer(address to, uint256 value) returns (bool)
transfer(address to, uint256 value, bytes data) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
frozenFunds(address account, bool freeze)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.