Interport Token
Verified contract
Active on
Ethereum with 1,229 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.04)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ITP | ERC-20 | 0.8 | $0.043804 |
$0.04 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21193387 | a day ago | | | 0 | 0.0010549921 | |
| 21150815 | 7 days ago | | | 0 | 0.00065721020 | |
| 21150727 | 7 days ago | | | 0 | 0.00067390155 | |
| 21150679 | 7 days ago | | | 0 | 0.00062964796 | |
| 21131497 | 10 days ago | | | 0 | 0.00097143770 | |
| 21113096 | 12 days ago | | | 0 | 0.00018923809 | |
| 21099032 | 14 days ago | | | 0 | 0.00020101893 | |
| 21085898 | 16 days ago | | | 0 | 0.00028601785 | |
| 21073418 | 18 days ago | | | 0 | 0.0010151085 | |
| 21073151 | 18 days ago | | | 0 | 0.00039086022 |
ABI
ABI objects
Getter at block 21202199
decimals() view returns (uint8)
18
multichainRouter() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
Interport Token
owner() view returns (address)
0x0d954a23a3c32aea407df052c29e14434a4bb9aa
symbol() view returns (string)
ITP
totalSupply() view returns (uint256)
150000000000000000000000000
underlying() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address, address) view returns (uint256)
balanceOf(address) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(address _from, uint256 _amount) returns (bool)
burn(uint256 _amount) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
setMultichainRouter(address _multichainRouter)
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 amount)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SetMultichainRouter(address indexed multichainRouter)
Transfer(address indexed from, address indexed to, uint256 amount)
constructor()
This contract contains no fallback and receive objects.
BurnAccessError()
MintAccessError()
OnlyOwnerError()
ZeroAddressError()