IPVERSE
Verified contract
Active on
Ethereum with 1,111 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($319.72)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
IPV | ERC-20 | 51.571521K | $0.0062 |
$319.72 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21315367 | 12 hours ago | | | 0 | 0.0010649286 | |
| 21313981 | 17 hours ago | | | 0 | 0.00072160109 | |
| 21306804 | 2 days ago | | | 0 | 0.00066907798 | |
| 21300292 | 3 days ago | | | 0 | 0.00046509530 | |
| 21299675 | 3 days ago | | | 0 | 0.00051952827 | |
| 21285961 | 5 days ago | | | 0 | 0.00063174600 | |
| 21284135 | 5 days ago | | | 0 | 0.00026120169 | |
| 21283956 | 5 days ago | | | 0 | 0.00046598500 | |
| 21277168 | 6 days ago | | | 0 | 0.00043701195 | |
| 21272828 | 6 days ago | | | 0 | 0.00075077639 |
ABI
ABI objects
Getter at block 21318905
decimals() view returns (uint8)
18
name() view returns (string)
IPVERSE
owner() view returns (address)
0xdd4dc0be36a14cc156ace5c361a522a7a39ecfe9
symbol() view returns (string)
IPV
totalSupply() view returns (uint256)
3000000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
renounceOwnership()
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(string name_, string symbol_)
This contract contains no fallback and receive objects.
This contract contains no error objects.