Ink Protocol
Verified contract
Active on
Ethereum with 45,112 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ERC-20 | 88.888888M | -- | -- | ||
ERC-20 | 21M | -- | -- | ||
ERC-20 | 8.889K | -- | -- | ||
XNK | ERC-20 | 566.8032 | -- | -- | |
BTL | ERC-20 | 18 | -- | -- | |
WIT | ERC-20 | 18 | -- | -- | |
GOLD | ERC-20 | 16 | -- | -- | |
GENES | ERC-20 | 8 | -- | -- | |
VIP | ERC-20 | 8 | -- | -- | |
TRIO | ERC-20 | 3 | -- | -- |
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21272285 | 12 hours ago | | | 0 | 0.00080712815 | |
| 21272020 | 13 hours ago | | | 0 | 0.00044514339 | |
| 21254021 | 3 days ago | | | 0 | 0.00038449251 | |
| 21249081 | 4 days ago | | | 0 | 0.00050139162 | |
| 21244350 | 4 days ago | | | 0 | 0.00079737310 | |
| 21243076 | 5 days ago | | | 0 | 0.00055709967 | |
| 21234935 | 6 days ago | | | 0 | 0.00031434577 | |
| 21233165 | 6 days ago | | | 0 | 0.00059989889 | |
| 21228300 | 7 days ago | | | 0 | 0.00046856921 | |
| 21228196 | 7 days ago | | | 0 | 0.00043934092 |
ABI
ABI objects
Getter at block 21275774
__address0__() view returns (address)
0xa13febeede2b2924ce8b27c1512874d3576fec16
__address1__() view returns (address)
0xc5ba7157b5b69b0fae9332f30719eecd79649486
__address2__() view returns (address)
0x29a4b44364a8bcb6e4d9dd60c222ccaca286ebf2
__address3__() view returns (address)
0xc1dc1e5c3970e22201c5dab0841abb2dd6499d3f
__address4__() view returns (address)
0x0746d0b67bed258d94d06b15859df8dbd990ec3d
decimals() view returns (uint8)
18
name() view returns (string)
Ink Protocol
symbol() view returns (string)
XNK
totalSupply() view returns (uint256)
500000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events acceptTransaction(uint256 _id)
approve(address _spender, uint256 _value) returns (bool)
confirmTransaction(uint256 _id)
confirmTransactionAfterExpiry(uint256 _id)
confirmTransactionByMediator(uint256 _id)
createTransaction(address _seller, uint256 _amount, bytes32 _metadata, address _policy, address _mediator) returns (uint256)
createTransaction(address _seller, uint256 _amount, bytes32 _metadata, address _policy, address _mediator, address _owner) returns (uint256)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
disputeTransaction(uint256 _id)
escalateDisputeToMediator(uint256 _id)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
link(address _to)
provideTransactionFeedback(uint256 _id, uint8 _rating, bytes32 _comment)
refundTransaction(uint256 _id)
refundTransactionAfterExpiry(uint256 _id)
refundTransactionByMediator(uint256 _id)
revokeTransaction(uint256 _id)
settleTransaction(uint256 _id)
settleTransactionByMediator(uint256 _id, uint256 _buyerAmount, uint256 _sellerAmount)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
AccountLinked(address indexed from, address indexed to)
Approval(address indexed owner, address indexed spender, uint256 value)
FeedbackUpdated(uint256 indexed transactionId, uint8 rating, bytes32 comment)
TransactionAccepted(uint256 indexed id)
TransactionConfirmed(uint256 indexed id, uint256 mediatorFee)
TransactionConfirmedAfterDispute(uint256 indexed id, uint256 mediatorFee)
TransactionConfirmedAfterEscalation(uint256 indexed id)
TransactionConfirmedAfterExpiry(uint256 indexed id, uint256 mediatorFee)
TransactionConfirmedByMediator(uint256 indexed id, uint256 mediatorFee)
TransactionDisputed(uint256 indexed id)
TransactionEscalated(uint256 indexed id)
TransactionInitiated(uint256 indexed id, address owner, address indexed buyer, address indexed seller, address policy, address mediator, uint256 amount, bytes32 metadata)
TransactionRefunded(uint256 indexed id, uint256 mediatorFee)
TransactionRefundedAfterDispute(uint256 indexed id, uint256 mediatorFee)
TransactionRefundedAfterEscalation(uint256 indexed id)
TransactionRefundedAfterExpiry(uint256 indexed id, uint256 mediatorFee)
TransactionRefundedByMediator(uint256 indexed id, uint256 mediatorFee)
TransactionRevoked(uint256 indexed id)
TransactionSettled(uint256 indexed id, uint256 buyerAmount, uint256 sellerAmount)
TransactionSettledByMediator(uint256 indexed id, uint256 buyerAmount, uint256 sellerAmount, uint256 buyerMediatorFee, uint256 sellerMediatorFee)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.