Code 20
nami-affiliate v1.0.0
nami-affiliate v1.0.0 (Code-ID: 20)
CosmWasm Source nami-affiliate
nami-affiliate is a CosmWasm contract designed to facilitate affiliate fee distribution for transactions. It supports executing messages to a target contract while optionally deducting affiliate fees from the input funds. The contract ensures fees are calculated based on a basis points (bps) system and sent to an affiliate address, with the remaining funds forwarded to the target contract. It also includes a callback mechanism to return residual balances to the sender.
Version: v1.0.0
Origin source https://github.com/NAMIProtocol/nami-contracts/tree/3efb8706f2438323d5dbae29c337a11a6509de30/contracts/nami-affiliate
Contract Binary Checksum (SHA-256) 223EA20A4463696FE32B23F845E9F90AE5C83EF0175894A4B0CEC114B7DD4B26
Verify the Contract
curl -s https://thornode.ninerealms.com//cosmwasm/wasm/v1/code/20 | jq -r '.data' | base64 -d > app_layer_wasm_binary_code_20.bin
sha256sum app_layer_wasm_binary_code_20.bin
curl -s https://thornode.ninerealms.com//cosmwasm/wasm/v1/code/20 | jq -r '.code_info.data_hash'