PoWERC20
Verified contract
Active on
Ethereum with 25,670 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 |
---|---|---|---|---|---|
PETH | ERC-20 | 38K | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21116454 | 6 days ago | | | 0 | 0.00014334794 | |
| 21044371 | 17 days ago | | | 0 | 0.00063700837 | |
| 21044370 | 17 days ago | | | 0 | 0.00068772874 | |
| 21044369 | 17 days ago | | | 0 | 0.00061012366 | |
| 21039207 | 17 days ago | | | 0 | 0.00014889870 | |
| 21025697 | 19 days ago | | | 0 | 0.00011906572 | |
| 21000108 | 23 days ago | | | 0 | 0.00057293997 | |
| 20986379 | 25 days ago | | | 0 | 0.00058943619 | |
| 20986144 | 25 days ago | | | 0 | 0.00068589427 | |
| 20970803 | a month ago | | | 0 | 0.00086118514 |
ABI
ABI objects
Getter at block 21162843
challenge() view returns (uint256)
1702203899
decimals() view returns (uint8)
18
difficulty() view returns (uint256)
30
getLimitPerMint() view returns (uint256)
1000000000000000000000
getRemainingSupply() view returns (uint256)
0
limitPerMint() view returns (uint256)
1000000000000000000000
miningLimit() view returns (uint256)
10
name() view returns (string)
PoWERC20
symbol() view returns (string)
PETH
totalSupply() view returns (uint256)
21000000000000000000000000
totalSupplyCap() view returns (uint256)
21000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
minedNonces(address, uint256) view returns (bool)
miningTimes(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
mine(uint256 nonce)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 value) 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, uint256 _initialSupply, uint8 _decimals_, uint256 _difficulty, uint256 _miningLimit, uint256 _initialLimitPerMint)
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)