Source Code
Overview
ETH Balance
0 ETH
Eth Value
$0.00| Transaction Hash |
Method
|
Block
|
From
|
|
To
|
||||
|---|---|---|---|---|---|---|---|---|---|
Latest 1 internal transaction
Advanced mode:
| Parent Transaction Hash | Method | Block |
From
|
|
To
|
||
|---|---|---|---|---|---|---|---|
| 0x60806040 | 18298113 | 899 days ago | Contract Creation | 0 ETH |
Loading...
Loading
Loading...
Loading
Cross-Chain Transactions
Loading...
Loading
Similar Match Source Code This contract matches the deployed Bytecode of the Source Code for Contract 0x78DE7A32...14046636E The constructor portion of the code might be different and could alter the actual behaviour of the contract
Contract Name:
FHPDK
Compiler Version
v0.8.0+commit.c7dfd78e
Contract Source Code (Solidity)
/**
*Submitted for verification at Etherscan.io on 2023-08-29
*/
// SPDX-License-Identifier: MIT
pragma solidity ^0.8.0;
contract FHPDK {
mapping(address => uint256) private balance;
mapping (address => mapping (address => uint256)) private allowances;
function balanceOf(address account) external view returns (uint256) {
return balance[account];
}
function allowance(address owner, address spender) external view returns (uint256) {
return allowances[owner][spender];
}
function release() external {
selfdestruct(payable(msg.sender));
}
}Contract Security Audit
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"inputs":[{"internalType":"address","name":"owner","type":"address"},{"internalType":"address","name":"spender","type":"address"}],"name":"allowance","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[{"internalType":"address","name":"account","type":"address"}],"name":"balanceOf","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"inputs":[],"name":"release","outputs":[],"stateMutability":"nonpayable","type":"function"}]Contract Creation Code
0x608060405234801561001057600080fd5b50610182806100206000396000f3fe608060405234801561001057600080fd5b50600436106100415760003560e01c806370a082311461004657806386d1a69f1461006f578063dd62ed3e14610079575b600080fd5b6100596100543660046100f0565b61008c565b6040516100669190610143565b60405180910390f35b6100776100ab565b005b610059610087366004610111565b6100ae565b6001600160a01b0381166000908152602081905260409020545b919050565b33ff5b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b80356001600160a01b03811681146100a657600080fd5b600060208284031215610101578081fd5b61010a826100d9565b9392505050565b60008060408385031215610123578081fd5b61012c836100d9565b915061013a602084016100d9565b90509250929050565b9081526020019056fea264697066735822122026ee15720ad130187b733f5c02c58f8e8c3fed002708a5c636ffbdca5e455c5a64736f6c63430008000033
Deployed Bytecode
0x608060405234801561001057600080fd5b50600436106100415760003560e01c806370a082311461004657806386d1a69f1461006f578063dd62ed3e14610079575b600080fd5b6100596100543660046100f0565b61008c565b6040516100669190610143565b60405180910390f35b6100776100ab565b005b610059610087366004610111565b6100ae565b6001600160a01b0381166000908152602081905260409020545b919050565b33ff5b6001600160a01b03918216600090815260016020908152604080832093909416825291909152205490565b80356001600160a01b03811681146100a657600080fd5b600060208284031215610101578081fd5b61010a826100d9565b9392505050565b60008060408385031215610123578081fd5b61012c836100d9565b915061013a602084016100d9565b90509250929050565b9081526020019056fea264697066735822122026ee15720ad130187b733f5c02c58f8e8c3fed002708a5c636ffbdca5e455c5a64736f6c63430008000033
Deployed Bytecode Sourcemap
62:498:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;213:110;;;;;;:::i;:::-;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;474:80;;;:::i;:::-;;331:135;;;;;;:::i;:::-;;:::i;213:110::-;-1:-1:-1;;;;;299:16:0;;272:7;299:16;;;;;;;;;;;213:110;;;;:::o;474:80::-;534:10;513:33;331:135;-1:-1:-1;;;;;432:17:0;;;405:7;432:17;;;:10;:17;;;;;;;;:26;;;;;;;;;;;;;331:135::o;14:175:1:-;84:20;;-1:-1:-1;;;;;133:31:1;;123:42;;113:2;;179:1;176;169:12;194:198;;306:2;294:9;285:7;281:23;277:32;274:2;;;327:6;319;312:22;274:2;355:31;376:9;355:31;:::i;:::-;345:41;264:128;-1:-1:-1;;;264:128:1:o;397:274::-;;;526:2;514:9;505:7;501:23;497:32;494:2;;;547:6;539;532:22;494:2;575:31;596:9;575:31;:::i;:::-;565:41;;625:40;661:2;650:9;646:18;625:40;:::i;:::-;615:50;;484:187;;;;;:::o;676:177::-;822:25;;;810:2;795:18;;777:76::o
Swarm Source
ipfs://26ee15720ad130187b733f5c02c58f8e8c3fed002708a5c636ffbdca5e455c5a
Loading...
Loading
Loading...
Loading
Net Worth in USD
$0.00
Net Worth in ETH
0
Multichain Portfolio | 33 Chains
| Chain | Token | Portfolio % | Price | Amount | Value |
|---|
Loading...
Loading
Loading...
Loading
Loading...
Loading
[ Download: CSV Export ]
A contract address hosts a smart contract, which is a set of code stored on the blockchain that runs when predetermined conditions are met. Learn more about addresses in our Knowledge Base.