Proof of Existence
Verified contract
Active on
Ethereum with 52 txns
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 "Proof of Existence"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15468107 | 2 years ago | | | 0 | 0.00011446443 | |
| 15468103 | 2 years ago | | | 0 | 0.000084865358 | |
| 14560736 | 3 years ago | | | 0 | 0.0010819628 | |
| 14511650 | 3 years ago | | | 0 | 0.0081033493 | |
| 14497628 | 3 years ago | | | 0 | 0.0019308419 | |
| 14261428 | 3 years ago | | | 0 | 0.0037217727 | |
| 14177228 | 3 years ago | | | 0 | 0.0041925279 | |
| 14100663 | 3 years ago | | | 0 | 0.030971333 | |
| 14061950 | 3 years ago | | | 0 | 0.015691703 | |
| 14056543 | 3 years ago | | | 0 | 0.032373977 |
ABI
ABI objects
Getter at block 21289279
DELEGATION_TYPEHASH() view returns (bytes32)
0xe48329057bfd03d55e49b547132e39cffd9c1820ad7b9d4c5307691425d15adf
DOMAIN_TYPEHASH() view returns (bytes32)
0x8cad95687ba82c2ce50e74f7b754645e5117c3a5bec8151c0726d5857980a866
decimals() view returns (uint8)
0
merkleRoot() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
Proof of Existence
owner() view returns (address)
0x8ea25f04f8d5f0db769f145f6731b9aede476538
symbol() view returns (string)
POE
totalSupply() view returns (uint256)
997
Read-only
balanceOf(address account) view returns (uint256)
checkpoints(address, uint32) view returns (uint32 fromBlock, uint96 votes)
delegates(address) view returns (address)
getCurrentVotes(address account) view returns (uint96)
getPriorVotes(address account, uint256 blockNumber) view returns (uint96)
nonces(address) view returns (uint256)
numCheckpoints(address) view returns (uint32)
State-modifying
Events addMinter(address _minter)
burn(address account) returns (bool)
burnMany(address[] accounts) returns (bool)
claim(bytes32[] proof)
delegate(address delegatee)
delegateBySig(address delegatee, uint256 nonce, uint256 expiry, uint8 v, bytes32 r, bytes32 s)
forefitMinterRole()
mint(address account) returns (bool)
mintMany(address[] accounts) returns (bool)
removeMinter(address _minter)
renounceOwnership()
transferOwnership(address newOwner)
updateMerkleRoot(address _new)
DelegateChanged(address indexed delegator, address indexed fromDelegate, address indexed toDelegate)
DelegateVotesChanged(address indexed delegate, uint256 previousBalance, uint256 newBalance)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address arg0, address arg1, uint256 arg2)
constructor(string name_, string symbol_)
This contract contains no fallback and receive objects.
This contract contains no error objects.