Pi Financial Center
Verified contract
Active on
Ethereum with 9 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 "Pi Financial Center"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11288101 | 4 years ago | | | 0.5 | 0.0038864400 | |
| 11287010 | 4 years ago | | | 0.2 | 0.0038864400 | |
| 11282316 | 4 years ago | | | 0.11 | 0.0038864400 | |
| 11282301 | 4 years ago | | | 0.1 | 0.0038864400 | |
| 11282281 | 4 years ago | | | 0.12 | 0.0029500000 | |
| 11282268 | 4 years ago | | | 0.12 | 0.0013000000 | |
| 11282187 | 4 years ago | | | 0 | 0.0027994000 | |
| 11282005 | 4 years ago | | | 0 | 0.0022591470 | |
| 11281991 | 4 years ago | | | 0 | 0.0021733650 |
ABI
ABI objects
Getter at block 21190391
airdropAmount() view returns (uint256)
0
airdropCurrentTotal() view returns (uint256)
0
airdropTotalSupply() view returns (uint256)
0
buyPrice() view returns (uint256)
1
decimals() view returns (uint256)
18
lock() view returns (bool)
false
name() view returns (string)
Pi Financial Center
owner() view returns (address)
0xf34f99cf666faac89fce3c9ea2937bbc11f67f3a
symbol() view returns (string)
PiFC
totalSupply() view returns (uint256)
314000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _address) view returns (uint256 balance)
frozenAccount(address) view returns (bool)
touched(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool success)
burn(uint256 _value) returns (bool success)
burnFrom(address _from, uint256 _value) returns (bool success)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
freezeAccount(address target, bool freeze)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mintToken(address _to, uint256 _amount)
setAirdropAmount(uint256 _amount)
setAirdropTotalSupply(uint256 _amount)
setLock(bool _lock) returns (bool status)
setPrices(uint256 _buyPrice)
transfer(address _to, uint256 _value) returns (bool success)
transferFrom(address _from, address _to, uint256 _value) returns (bool success)
transferOwnership(address newOwner)
Airdrop(address indexed _address, uint256 indexed _value)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed from, uint256 value)
FrozenFunds(address indexed target, bool frozen)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(uint256 initialSupply, string tokenName, string tokenSymbol, uint256 decimalUnits)
fallback()
This contract contains no error objects.