Address
octA2UCQ…yMKqqj
octA2UCQ36QL8qZVWQttRa75y6wijKGCpNnpvV6jJyMKqqj
State
OCT balance
0OCT
wallet balance
Type
Contract
smart contract on chain
Chain-level
View on Octrascan · devnet ↗
raw txs · nonce · pubkey
Pipoke (no profile)
this wallet has not registered a Pipoke profile
Contract
History
live · 20s · last 0Source · ABI · Bytecodeexpand →
Source · ABI · Bytecode
{
"address": "octA2UCQ36QL8qZVWQttRa75y6wijKGCpNnpvV6jJyMKqqj",
"abi": {
"functions": [
{
"name": "pause",
"inputs": [],
"output": "bool",
"view": false,
"payable": false
},
{
"name": "unpause",
"inputs": [],
"output": "bool",
"view": false,
"payable": false
},
{
"name": "set_registration_price",
"inputs": [
"int"
],
"output": "bool",
"view": false,
"payable": false
},
{
"name": "set_marketplace_fee_bps",
"inputs": [
"int"
],
"output": "bool",
"view": false,
"payable": false
},
{
"name": "set_grace_period",
"inputs": [
"int"
],
"output": "bool",
"view": false,
"payable": false
},
{
"name": "withdraw_fees",
"inputs": [
"address"
],
"output": "bool",
"view": false,
"payable": false
},
{
"name": "propose_ownership",
"inputs": [
"address"
],
"output": "bool",
"view": false,
"payable": false
},
{
"name": "accept_ownership",
"inputs": [],
"output": "bool",
"view": false,
"payable": false
},
{
"name": "register_name",
"inputs": [
"string",
"string",
"string",
"int"
],
"output": "bool",
"view": false,
"payable": true
},
{
"name": "renew_name",
"inputs": [
"string",
"int"
],
"output": "bool",
"view": false,
"payable": true
},
{
"name": "update_destination",
"inputs": [
"string",
"string"
],
"output": "bool",
"view": false,
"payable": false
},
{
"name": "update_view_pk",
"inputs": [
"string",
"string"
],
"output": "bool",
"view": false,
"payable": false
},
{
"name": "transfer_name",
"inputs": [
"string",
"address"
],
"output": "bool",
"view": false,
"payable": false
},
{
"name": "release_name",
"inputs": [
"string"
],
"output": "bool",
"view": false,
"payable": false
},
{
"name": "set_primary",
"inputs": [
"string"
],
"output": "bool",
"view": false,
"payable": false
},
{
"name": "unset_primary",
"inputs": [],
"output": "bool",
"view": false,
"payable": false
},
{
"name": "list_name",
"inputs": [
"string",
"int"
],
"output": "bool",
"view": false,
"payable": false
},
{
"name": "cancel_listing",
"inputs": [
"string"
],
"output": "bool",
"view": false,
"payable": false
},
{
"name": "buy_name",
"inputs": [
"string",
"string",
"string"
],
"output": "bool",
"view": false,
"payable": true
},
{
"name": "resolve",
"inputs": [
"string"
],
"output": "address",
"view": true,
"payable": false
},
{
"name": "view_pk_of",
"inputs": [
"string"
],
"output": "string",
"view": true,
"payable": false
},
{
"name": "owner_of",
"inputs": [
"string"
],
"output": "address",
"view": true,
"payable": false
},
{
"name": "expiry_of",
"inputs": [
"string"
],
"output": "int",
"view": true,
"payable": false
},
{
"name": "registered_at",
"inputs": [
"string"
],
"output": "int",
"view": true,
"payable": false
},
{
"name": "destination_of",
"inputs": [
"string"
],
"output": "string",
"view": true,
"payable": false
},
{
"name": "is_available",
"inputs": [
"string"
],
"output": "bool",
"view": true,
"payable": false
},
{
"name": "is_active",
"inputs": [
"string"
],
"output": "bool",
"view": true,
"payable": false
},
{
"name": "is_grace",
"inputs": [
"string"
],
"output": "bool",
"view": true,
"payable": false
},
{
"name": "primary_of",
"inputs": [
"address"
],
"output": "string",
"view": true,
"payable": false
},
{
"name": "listing_price_of",
"inputs": [
"string"
],
"output": "int",
"view": true,
"payable": false
},
{
"name": "listing_seller_of",
"inputs": [
"string"
],
"output": "address",
"view": true,
"payable": false
},
{
"name": "get_owner",
"inputs": [],
"output": "address",
"view": true,
"payable": false
},
{
"name": "get_pending_owner",
"inputs": [],
"output": "address",
"view": true,
"payable": false
},
{
"name": "is_paused",
"inputs": [],
"output": "bool",
"view": true,
"payable": false
},
{
"name": "get_price_per_year",
"inputs": [],
"output": "int",
"view": true,
"payable": false
},
{
"name": "get_fee_bps",
"inputs": [],
"output": "int",
"view": true,
"payable": false
},
{
"name": "get_grace_epochs",
"inputs": [],
"output": "int",
"view": true,
"payable": false
},
{
"name": "get_fees_collected",
"inputs": [],
"output": "int",
"view": true,
"payable": false
},
{
"name": "get_total_names",
"inputs": [],
"output": "int",
"view": true,
"payable": false
},
{
"name": "get_epoch",
"inputs": [],
"output": "int",
"view": true,
"payable": false
},
{
"name": "listing_total",
"inputs": [],
"output": "int",
"view": true,
"payable": false
},
{
"name": "listing_key_at",
"inputs": [
"int"
],
"output": "string",
"view": true,
"payable": false
},
{
"name": "owner_total",
"inputs": [
"address"
],
"output": "int",
"view": true,
"payable": false
},
{
"name": "owner_key_at",
"inputs": [
"address",
"int"
],
"output": "string",
"view": true,
"payable": false
}
],
"events": [
{
"name": "NameRegistered",
"fields": [
{
"name": "label",
"type": "string"
},
{
"name": "new_owner",
"type": "address"
},
{
"name": "years",
"type": "int"
},
{
"name": "expiry",
"type": "int"
}
]
},
{
"name": "NameRenewed",
"fields": [
{
"name": "label",
"type": "string"
},
{
"name": "new_expiry",
"type": "int"
},
{
"name": "years",
"type": "int"
}
]
},
{
"name": "NameTransferred",
"fields": [
{
"name": "label",
"type": "string"
},
{
"name": "old_owner",
"type": "address"
},
{
"name": "new_owner",
"type": "address"
}
]
},
{
"name": "NameReleased",
"fields": [
{
"name": "label",
"type": "string"
},
{
"name": "old_owner",
"type": "address"
}
]
},
{
"name": "DestinationUpdated",
"fields": [
{
"name": "label",
"type": "string"
}
]
},
{
"name": "ViewPkUpdated",
"fields": [
{
"name": "label",
"type": "string"
}
]
},
{
"name": "PrimarySet",
"fields": [
{
"name": "holder",
"type": "address"
},
{
"name": "label",
"type": "string"
}
]
},
{
"name": "PrimaryCleared",
"fields": [
{
"name": "holder",
"type": "address"
}
]
},
{
"name": "NameListed",
"fields": [
{
"name": "label",
"type": "string"
},
{
"name": "seller",
"type": "address"
},
{
"name": "price",
"type": "int"
}
]
},
{
"name": "NameUnlisted",
"fields": [
{
"name": "label",
"type": "string"
}
]
},
{
"name": "NameBought",
"fields": [
{
"name": "label",
"type": "string"
},
{
"name": "seller",
"type": "address"
},
{
"name": "buyer",
"type": "address"
},
{
"name": "price",
"type": "int"
},
{
"name": "fee",
"type": "int"
}
]
},
{
"name": "Paused",
"fields": [
{
"name": "by",
"type": "address"
}
]
},
{
"name": "Unpaused",
"fields": [
{
"name": "by",
"type": "address"
}
]
},
{
"name": "PriceUpdated",
"fields": [
{
"name": "new_price",
"type": "int"
}
]
},
{
"name": "FeeUpdated",
"fields": [
{
"name": "new_bps",
"type": "int"
}
]
},
{
"name": "GracePeriodUpdated",
"fields": [
{
"name": "new_grace",
"type": "int"
}
]
},
{
"name": "FeesWithdrawn",
"fields": [
{
"name": "to",
"type": "address"
},
{
"name": "amount",
"type": "int"
}
]
},
{
"name": "OwnershipProposed",
"fields": [
{
"name": "current_owner",
"type": "address"
},
{
"name": "next_owner",
"type": "address"
}
]
},
{
"name": "OwnershipAccepted",
"fields": [
{
"name": "old_owner",
"type": "address"
},
{
"name": "new_owner",
"type": "address"
}
]
}
]
}
}