PSI Protocol
Verified contract
Active on
Ethereum with 322 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
6 additional
variables
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
PSI | ERC-20 | 3.066685 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18903548 | 10 months ago | | | 0 | 0.0010267180 | |
| 17009898 | 2 years ago | | | 0 | 0.00048975225 | |
| 16554269 | 2 years ago | | | 0 | 0.00086234106 | |
| 16520059 | 2 years ago | | | 0 | 0.00073698112 | |
| 15904384 | 2 years ago | | | 0 | 0.00031999129 | |
| 15889588 | 2 years ago | | | 0 | 0.00065049121 | |
| 15878990 | 2 years ago | | | 0 | 0.00056937185 | |
| 15854369 | 2 years ago | | | 0 | 0.00062371029 | |
| 15849353 | 2 years ago | | | 0 | 0.00066072810 | |
| 15845184 | 2 years ago | | | 0 | 0.0017891901 |
ABI
ABI objects
Getter at block 21096636
additionalSellTax() view returns (uint256)
0
deadblocks() view returns (uint64)
0
decimals() view returns (uint8)
18
enableLimits() view returns (bool)
true
launchTime() view returns (uint256)
1666894187
maxSellTx() view returns (uint256)
10
maxTx() view returns (uint256)
1000
maxWallet() view returns (uint256)
1000
name() view returns (string)
PSI Protocol
owner() view returns (address)
0xe1e5489c3b68410ccca8da3cd0bc8b170affe11b
symbol() view returns (string)
PSI
taxDev() view returns (uint256)
0
taxTreasury() view returns (uint256)
50
totalSupply() view returns (uint256)
502003528647471657060
uniswapV2Pair() view returns (address)
0xe11fa6916a3f6cbf7ef9782954821caa67c485c2
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
vault() view returns (address)
0x0cd81361bf32cc24172474d97f0a9c0a2a3f2139
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBotBlacklisted(address account) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklistBot(address account)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
enableTrading()
forceSend()
forceSwap()
forgiveBot(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount)
renounceOwnership()
setAdditionalSellTax(uint256 _tax)
setEnableLimits(bool _enable)
setIsTaxExcluded(address _wallet, bool _isExcluded)
setLiquifyRate(uint256 _rate)
setMaxSellTx(uint256 _maxSellTx)
setMaxTx(uint256 _maxTx)
setMaxWallet(uint256 _maxWallet)
setSwapEnabled(bool _enabled)
setTaxBuyer(uint256 _tax)
setTaxTreasury(uint256 _tax)
setTaxesOff(bool _areOff)
setTreasuryHelperAddress(address _helperAddress)
setVault(address vault_) returns (bool)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
receive()
This contract contains no error objects.