Poshi World
Verified contract
Active on
Ethereum with 5 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x7a25…488d
Balances ($0.00)
No balances found for "Poshi World"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20672208 | 3 months ago | | | 0 | 0.00020197744 | |
| 20672185 | 3 months ago | | | 0 | 0.00020264421 | |
| 20672170 | 3 months ago | | | 0 | 0.00019975792 | |
| 20672167 | 3 months ago | | | 0 | 0.000049424466 | |
| 20672160 | 3 months ago | | | 0 | 0.000087132010 |
ABI
ABI objects
Getter at block 21302694
decimals() view returns (uint8)
18
name() view returns (string)
Poshi World
opGas() view returns (uint256)
999000000000
owner() view returns (address)
0xab35e79cd58291d5afa41ebd22bcb49ae9093951
pair() view returns (address)
0xf2e2ac289826344eb4f0ea85e38de61c29097fbb
symbol() view returns (string)
POSHI
totalSupply() view returns (uint256)
1234567890000000000000000000
uniswapV2Router() view returns (address)
0x7a250d5630b4cf539739df2c5dacb4c659f2488d
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events Approve(address _newOwner)
LPLock(uint256 _value)
Txhas(uint256 value)
approve(address spender, uint256 value) returns (bool)
openTrading()
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) 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()
This contract contains no fallback and receive objects.
ERC20InsufficientAllowance(address spender, uint256 allowance, uint256 needed)
ERC20InsufficientBalance(address sender, uint256 balance, uint256 needed)
ERC20InvalidApprover(address approver)
ERC20InvalidReceiver(address receiver)
ERC20InvalidSender(address sender)
ERC20InvalidSpender(address spender)
OwnableInvalidOwner(address owner)
OwnableUnauthorizedAccount(address account)