p2pl.finance
Verified contract
Active on
Ethereum with 222 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 "p2pl.finance"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11248370 | 4 years ago | | | 0 | 0.0027186000 | |
| 11217925 | 4 years ago | | | 0 | 0.00072455680 | |
| 11191245 | 4 years ago | | | 0 | 0.0011599360 | |
| 11188181 | 4 years ago | | | 0 | 0.0015374400 | |
| 11182729 | 4 years ago | | | 0 | 0.0018848960 | |
| 11182722 | 4 years ago | | | 0 | 0.0026648960 | |
| 11167981 | 4 years ago | | | 0 | 0.00079745600 | |
| 11164873 | 4 years ago | | | 0 | 0.0010874400 | |
| 11163515 | 4 years ago | | | 0 | 0.0011274560 | |
| 11157647 | 4 years ago | | | 0 | 0.0031261280 |
ABI
ABI objects
Getter at block 21396082
decimals() view returns (uint8)
6
governance() view returns (address)
0xf52984f64668479f30e65825f99715e4a203aaac
name() view returns (string)
p2pl.finance
symbol() view returns (string)
P2PL
totalSupply() view returns (uint256)
30000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
minters(address) view returns (bool)
State-modifying
Events addMinter(address _minter)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
removeMinter(address _minter)
setGovernance(address _governance)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.