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 "PAWZCOIN"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21098804 | a month ago | | | 0 | 0.00018585366 | |
| 20595986 | 4 months ago | | | 0 | 0.000047999377 | |
| 20590266 | 4 months ago | | | 0 | 0.000053093805 | |
| 20590259 | 4 months ago | | | 0 | 0.000059079460 | |
| 20590257 | 4 months ago | | | 0 | 0.000055483000 | |
| 20590239 | 4 months ago | | | 0 | 0.000058088129 | |
| 20590234 | 4 months ago | | | 0 | 0.000055742906 | |
| 20590229 | 4 months ago | | | 0 | 0.000050163293 | |
| 20590227 | 4 months ago | | | 0 | 0.000053429995 | |
| 20590221 | 4 months ago | | | 0 | 0.000056551375 |
ABI
ABI objects
Getter at block 21377747
VERSION() view returns (uint256)
1
decimals() view returns (uint8)
11
name() view returns (string)
PAWZCOIN
owner() view returns (address)
0xffddd6490c3d76146315a9fff082a39e5d9a806d
symbol() view returns (string)
PWZ
totalSupply() view returns (uint256)
100000000000000000000000
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)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenCreated(address indexed owner, address indexed token, uint8 tokenType, uint256 version)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(string name_, string symbol_, uint8 decimals_, uint256 totalSupply_, address serviceFeeReceiver_, uint256 serviceFee_)
This contract contains no fallback and receive objects.
This contract contains no error objects.