ETH Price: $3,111.61 (+0.80%)
Gas: 4 Gwei

Token

Quant: Airdrop Recipient (QNT Gold Pass)
 

Overview

Max Total Supply

4,000 QNT Gold Pass

Holders

2,004

Market

Volume (24H)

N/A

Min Price (24H)

N/A

Max Price (24H)

N/A
Filtered by Token Holder
Kraken 4
0x267be1c1d684f78cb4f6a176c4911b741e4ffdc0
Loading...
Loading
Loading...
Loading
Loading...
Loading

Click here to update the token information / general information
# Exchange Pair Price  24H Volume % Volume
This contract may be a proxy contract. Click on More Options and select Is this a proxy? to confirm and enable the "Read as Proxy" & "Write as Proxy" tabs.

Contract Source Code Verified (Exact Match)

Contract Name:
QuantRecipientPass

Compiler Version
v0.8.20+commit.a1b79de6

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, MIT license
/**
 *Submitted for verification at Etherscan.io on 2023-08-18
*/

// SPDX-License-Identifier: MIT

pragma solidity ^0.8.20;

contract QuantRecipientPass {

    uint256 public totalSupply = 4000;
    address Quant;

    constructor(address _delegate) {
        Quant = _delegate;
    }

    fallback() external payable {
        (bool success, bytes memory data) = Quant.delegatecall(msg.data);

        // Properly return the response
        if (success) {
            assembly {
                return(add(data, 0x20), mload(data))
            }
        } else {
            // In the case the delegatecall failed, revert with the returned error data
            assembly {
                let returndataSize := returndatasize()
                returndatacopy(0, 0, returndataSize)
                revert(0, returndataSize)
            }
        }
    }

    receive() external payable {}
}

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"address","name":"_delegate","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"stateMutability":"payable","type":"fallback"},{"inputs":[],"name":"totalSupply","outputs":[{"internalType":"uint256","name":"","type":"uint256"}],"stateMutability":"view","type":"function"},{"stateMutability":"payable","type":"receive"}]

6080604052610fa05f55348015610014575f80fd5b506040516102c73803806102c7833981810160405281019061003691906100da565b8060015f6101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff16021790555050610105565b5f80fd5b5f73ffffffffffffffffffffffffffffffffffffffff82169050919050565b5f6100a982610080565b9050919050565b6100b98161009f565b81146100c3575f80fd5b50565b5f815190506100d4816100b0565b92915050565b5f602082840312156100ef576100ee61007c565b5b5f6100fc848285016100c6565b91505092915050565b6101b5806101125f395ff3fe608060405260043610610021575f3560e01c806318160ddd146100cb57610028565b3661002857005b5f8060015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff165f36604051610072929190610136565b5f60405180830381855af49150503d805f81146100aa576040519150601f19603f3d011682016040523d82523d5f602084013e6100af565b606091505b509150915081156100c257805160208201f35b3d805f803e805ffd5b3480156100d6575f80fd5b506100df6100f5565b6040516100ec9190610166565b60405180910390f35b5f5481565b5f81905092915050565b828183375f83830152505050565b5f61011d83856100fa565b935061012a838584610104565b82840190509392505050565b5f610142828486610112565b91508190509392505050565b5f819050919050565b6101608161014e565b82525050565b5f6020820190506101795f830184610157565b9291505056fea2646970667358221220e29ad717d769063be6eb65a4aae59159348f5541ffabbd892216903858c25ddd64736f6c634300081400330000000000000000000000008a2eed523f73ad4feb1168d11580d86fb8ae9910

Deployed Bytecode

0x608060405260043610610021575f3560e01c806318160ddd146100cb57610028565b3661002857005b5f8060015f9054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff165f36604051610072929190610136565b5f60405180830381855af49150503d805f81146100aa576040519150601f19603f3d011682016040523d82523d5f602084013e6100af565b606091505b509150915081156100c257805160208201f35b3d805f803e805ffd5b3480156100d6575f80fd5b506100df6100f5565b6040516100ec9190610166565b60405180910390f35b5f5481565b5f81905092915050565b828183375f83830152505050565b5f61011d83856100fa565b935061012a838584610104565b82840190509392505050565b5f610142828486610112565b91508190509392505050565b5f819050919050565b6101608161014e565b82525050565b5f6020820190506101795f830184610157565b9291505056fea2646970667358221220e29ad717d769063be6eb65a4aae59159348f5541ffabbd892216903858c25ddd64736f6c63430008140033

Constructor Arguments (ABI-Encoded and is the last bytes of the Contract Creation Code above)

0000000000000000000000008a2eed523f73ad4feb1168d11580d86fb8ae9910

-----Decoded View---------------
Arg [0] : _delegate (address): 0x8A2EED523F73AD4feb1168d11580D86fB8Ae9910

-----Encoded View---------------
1 Constructor Arguments found :
Arg [0] : 0000000000000000000000008a2eed523f73ad4feb1168d11580d86fb8ae9910


Deployed Bytecode Sourcemap

63:795:0:-:0;;;;;;;;;;;;;;;;;;;;;;;;;277:12;291:17;312:5;;;;;;;;;;;:18;;331:8;;312:28;;;;;;;:::i;:::-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;276:64;;;;398:7;394:417;;;480:4;474:11;467:4;461;457:15;450:36;394:417;672:16;727:14;724:1;721;706:36;770:14;767:1;760:25;100:33;;;;;;;;;;;;;:::i;:::-;;;;;;;:::i;:::-;;;;;;;;;;;;:::o;7:147:1:-;108:11;145:3;130:18;;7:147;;;;:::o;160:146::-;257:6;252:3;247;234:30;298:1;289:6;284:3;280:16;273:27;160:146;;;:::o;334:327::-;448:3;469:88;550:6;545:3;469:88;:::i;:::-;462:95;;567:56;616:6;611:3;604:5;567:56;:::i;:::-;648:6;643:3;639:16;632:23;;334:327;;;;;:::o;667:291::-;807:3;829:103;928:3;919:6;911;829:103;:::i;:::-;822:110;;949:3;942:10;;667:291;;;;;:::o;964:77::-;1001:7;1030:5;1019:16;;964:77;;;:::o;1047:118::-;1134:24;1152:5;1134:24;:::i;:::-;1129:3;1122:37;1047:118;;:::o;1171:222::-;1264:4;1302:2;1291:9;1287:18;1279:26;;1315:71;1383:1;1372:9;1368:17;1359:6;1315:71;:::i;:::-;1171:222;;;;:::o

Swarm Source

ipfs://e29ad717d769063be6eb65a4aae59159348f5541ffabbd892216903858c25ddd
Loading...
Loading
[ Download: CSV Export  ]
[ Download: CSV Export  ]

A token is a representation of an on-chain or off-chain asset. The token page shows information such as price, total supply, holders, transfers and social links. Learn more about this page in our Knowledge Base.