InterValue
Verified contract
Active on
Ethereum with 7,494 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
| ERC-20 | 21M | -- | -- | |
INVE | ERC-20 | 305.5588K | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
ERC-20 | 1.107K | -- | -- | ||
MYOU | ERC-20 | 0.1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19895292 | 6 months ago | | | 0 | 0.00018214697 | |
| 17634420 | a year ago | | | 0 | 0.00073196000 | |
| 17634420 | a year ago | | | 0 | 0.00073172000 | |
| 17634420 | a year ago | | | 0 | 0.00073172000 | |
| 17634420 | a year ago | | | 0 | 0.0010739600 | |
| 14685833 | 3 years ago | | | 0 | 0.0022765091 | |
| 13913109 | 3 years ago | | | 0 | 0.0021389445 | |
| 13138589 | 3 years ago | | | 0 | 0.0051706389 | |
| 13000209 | 3 years ago | | | 0 | 0.0045126480 | |
| 12866461 | 3 years ago | | | 0 | 0.00070012460 |
ABI
ABI objects
Getter at block 21160645
decimals() view returns (uint256)
18
liquidityStatus() view returns (bool _transferable)
true
name() view returns (string)
InterValue
owner() view returns (address)
0xb09330ad091410dc71c33fd867869adb9331704d
symbol() view returns (string)
INVE
totalSupply() view returns (uint256)
4000000000000000000000000000
transferable() view returns (bool)
true
Read-only
accountFrozenStatus(address target) view returns (bool frozen)
allowance(address _owner, address _spender) view returns (uint256 remaining)
balanceOf(address _owner) view returns (uint256 balance)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address _spender, uint256 _value)
freezeAccount(address target, bool freeze)
switchLiquidity(bool _transferable) returns (bool success)
transfer(address _to, uint256 _value)
transferFrom(address _from, address _to, uint256 _value)
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address caller, uint256 value)
FrozenFunds(address target, bool frozen)
InvalidAccount(address indexed addr, bytes msg)
InvalidCaller(address caller)
LiquidityAlarm(bytes msg)
OwnershipTransferred(address indexed from, address indexed to)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _owner)
fallback()
This contract contains no error objects.