PoWERC20

Verified contract

Active on Ethereum with 25,670 txns
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
ERC-20
--
0xa7f9fb8f605cc6673dfb61930dc7dbc117ec523a31d23607c490da7ca5c9695e
0x2971ca2ca6f60ffb661e95b8c302f67e02d1daad2c2f2008f69ab6678669391b
0x0e3d74b77f80a15183358d7aa4f11cb82aaa5a9a37150c8fb2733a1ecf18d201
0x9f0bc446cbe5a7dee6c660a510364db93cea470944e81ad64b4539b55fd08836
0x43f893f25d9c7538f2be1fa0fe3f9a436624449a6a417b40cc3c530ffec92b01
From
0x33c456519f86d13bf40134d9b18840c5b49c762823d1e94aa089388ec1e34474
0xbdd1fc46ef2812dbdbf3372530c72a1cae2e7cf9a19c32f8c8ef7e4a24689b8e
0x0d47b6e94ad0a99a632d16a6e607b55cb0129e2241f574423dca3ca8eccf086a
0xa98e37875321f83a50d13a56bc990ac72bd27a83b2ab54b851a15c5c0fb05050
0x68b252c2268e5fc09a04ca0875b206908565e74bed2fb6f962f252278ebac413

Functions
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 owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
minedNonces(addressuint256view returns (bool)
miningTimes(addressview returns (uint256)
State-modifying
approve(address spenderuint256 valuereturns (bool)
mine(uint256 nonce
transfer(address touint256 amountreturns (bool)
transferFrom(address fromaddress touint256 valuereturns (bool)
Events
Approval(address indexed owneraddress indexed spenderuint256 value
Transfer(address indexed fromaddress indexed touint256 value
Constructor
constructor(string namestring symboluint256 _initialSupplyuint8 _decimals_uint256 _difficultyuint256 _miningLimituint256 _initialLimitPerMint
Fallback and receive

This contract contains no fallback and receive objects.

Errors
ERC20InsufficientAllowance(address spenderuint256 allowanceuint256 needed
ERC20InsufficientBalance(address senderuint256 balanceuint256 needed
ERC20InvalidApprover(address approver
ERC20InvalidReceiver(address receiver
ERC20InvalidSender(address sender
ERC20InvalidSpender(address spender