Port3 Network
Verified contract
Active on
Ethereum with 46,072 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 8 additional slots
Balances ($1,632.77)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
USDT | ERC-20 | 952.35 | $1.001 |
$953.3 | |
PORT3 | ERC-20 | 20.698938K | $0.032826 |
$679.46 | |
APU | ERC-20 | 1 | $0.001128 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21158053 | 18 minutes ago | | | 0 | 0.0011838264 | |
| 21157715 | an hour ago | | | 0 | 0.00053565872 | |
| 21157548 | 2 hours ago | | | 0 | 0.00071578732 | |
| 21157462 | 2 hours ago | | | 0 | 0.00094878642 | |
| 21157408 | 2 hours ago | | | 0 | 0.00085135157 | |
| 21157388 | 3 hours ago | | | 0 | 0.0010161450 | |
| 21157375 | 3 hours ago | | | 0 | 0.00080629330 | |
| 21157280 | 3 hours ago | | | 0 | 0.00078495905 | |
| 21157275 | 3 hours ago | | | 0 | 0.00048317956 | |
| 21157253 | 3 hours ago | | | 0 | 0.00060340595 |
ABI
ABI objects
Getter at block 21158139
chainId() view returns (uint16)
2
decimals() view returns (uint8)
18
evmChainId() view returns (uint256)
1
finality() view returns (uint8)
1
getDecimals() view returns (uint8)
18
isInitialized() view returns (bool)
true
maxSupply() view returns (uint256)
1000000000000000000000000000
mintedSupply() view returns (uint256)
1000000000000000000000000000
name() view returns (string)
Port3 Network
nativeAsset() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xa75b66dc806aa1eeddc28bd92c476769c118caed
symbol() view returns (string)
PORT3
totalSupply() view returns (uint256)
977691422459184639703770000
wormhole() view returns (address)
0x98f3c9e6e3face36baad05fe09d375ef1464288b
Read-only
addressToBytes(address a) pure returns (bytes32)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
bytesToAddress(bytes32 b) pure returns (address)
decodeTransfer(bytes encoded) pure returns (struct CATERC20StructsCrossChainPayload transfer)
encodeTransfer(struct CATERC20StructsCrossChainPayload transfer) pure returns (bytes encoded)
isSignatureUsed(bytes signature) view returns (bool)
isTransferCompleted(bytes32 hash) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenContracts(uint16 chainId_) view returns (bytes32)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
bridgeIn(bytes encodedVm) returns (bytes)
bridgeOut(uint256 amount, uint16 recipientChain, bytes32 recipient, uint32 nonce) payable returns (uint64 sequence)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(uint16 chainId, address wormhole, uint8 finality, uint256 maxSupply)
mint(address recipient, uint256 amount)
registerChain(uint16 chainId, bytes32 tokenContract, struct CATERC20StructsSignatureVerification signatureArguments)
registerChains(uint16[] chainId, bytes32[] tokenContract, struct CATERC20StructsSignatureVerification signatureArguments)
renounceOwnership()
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
updateFinality(uint8 finality, struct CATERC20StructsSignatureVerification signatureArguments)
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)
bridgeInEvent(uint256 tokenAmount, uint256 fromChain, uint256 toChain, bytes32 indexed toAddress)
bridgeOutEvent(uint256 tokenAmount, uint256 fromChain, uint256 toChain, bytes32 indexed fromAddress, bytes32 indexed toAddress)
constructor(string name, string symbol, uint8 decimal)
This contract contains no fallback and receive objects.
This contract contains no error objects.