ETH Price: $3,485.27 (+1.95%)

Token

GammaSwap V1 (GS-V1)
 

Overview

Max Total Supply

5.031873382133310646 GS-V1

Holders

6

Market

Onchain Market Cap

$0.00

Circulating Supply Market Cap

-

Other Info

Token Contract (WITH 18 Decimals)

Balance
0.029432942466816924 GS-V1

Value
$0.00
0x937fd8cc7f7d2ef5b801e44c03218ade5648c3fb
Loading...
Loading
Loading...
Loading
Loading...
Loading

Click here to update the token information / general information
# Exchange Pair Price  24H Volume % Volume

Similar Match Source Code
This contract matches the deployed Bytecode of the Source Code for Contract 0xCcAAb6D7...8EfA3D39f
The constructor portion of the code might be different and could alter the actual behaviour of the contract

Contract Name:
MinimalBeaconProxy

Compiler Version
v0.8.21+commit.d9974bed

Optimization Enabled:
Yes with 200 runs

Other Settings:
paris EvmVersion, MIT license
File 1 of 1 : MinimalBeaconProxy.sol
// SPDX-License-Identifier: MIT
pragma solidity >=0.8.0;

contract MinimalBeaconProxy {

    bytes32 internal constant BEACON_SLOT = 0xa3f0ad74e5423aebfd80d3ef4346578335a9a72aeaee59ff6cb3582b35133d50;

    constructor() {
        assembly {
            sstore(BEACON_SLOT, 0x7A764C5Dff7E8296924fF47Da2C89383494DE1A5) // store beacon address
        }
    }

    fallback() external payable virtual {
        assembly {
            let p := mload(0x40)
            // Call GammaPoolFactory -> getProtocol(uint16)
            mstore(p, 0xd2c7c2a400000000000000000000000000000000000000000000000000000000)
            mstore(add(p, 4), 0x0003)
            let result := staticcall(gas(), 0xFD513630F697A9C1731F196185fb9ebA6eAAc20B, p, 0x24, 0x80, 0x20)
            if iszero(result) {
                revert(0, returndatasize())
            }
            let impl := mload(0x80)
            // Copy msg.data. We take full control of memory in this inline assembly
            // block because it will not return to Solidity code. We overwrite the
            // Solidity scratch pad at memory position 0.
            calldatacopy(0, 0, calldatasize())
            // Call the implementation.
            // out and outsize are 0 because we don't know the size yet.
            result := delegatecall(gas(), impl, 0, calldatasize(), 0, 0)
            // Copy the returned data.
            returndatacopy(0, 0, returndatasize())
            switch result
            // delegatecall returns 0 on error.
            case 0 {
                revert(0, returndatasize())
            }
            default {
                return(0, returndatasize())
            }
        }
    }
}

Settings
{
  "optimizer": {
    "enabled": true,
    "runs": 200
  },
  "evmVersion": "paris",
  "metadata": {
    "bytecodeHash": "none"
  },
  "outputSelection": {
    "*": {
      "*": [
        "evm.bytecode",
        "evm.deployedBytecode",
        "abi"
      ]
    }
  }
}

Contract Security Audit

Contract ABI

[{"inputs":[],"stateMutability":"nonpayable","type":"constructor"},{"stateMutability":"payable","type":"fallback"}]

608060405234801561001057600080fd5b50737a764c5dff7e8296924ff47da2c89383494de1a57fa3f0ad74e5423aebfd80d3ef4346578335a9a72aeaee59ff6cb3582b35133d5055606c806100566000396000f3fe608060408190526334b1f0a960e21b8152600360845260208160248173fd513630f697a9c1731f196185fb9eba6eaac20b5afa603a573d6000fd5b5060805160003681823780813683855af491503d81823e818015605b573d82f35b3d82fdfea164736f6c6343000815000a

Deployed Bytecode

0x608060408190526334b1f0a960e21b8152600360845260208160248173fd513630f697a9c1731f196185fb9eba6eaac20b5afa603a573d6000fd5b5060805160003681823780813683855af491503d81823e818015605b573d82f35b3d82fdfea164736f6c6343000815000a

Deployed Bytecode Sourcemap

61:1656:0:-:0;;;;;-1:-1:-1;;;541:77:0;;650:6;639:9;632:25;762:4;61:1656;750:4;61:1656;703:42;696:5;685:82;781:79;;828:16;825:1;818:27;781:79;;756:4;886:11;1156:1;1159:14;1156:1;;1140:34;1156:1;;1159:14;1156:1;1333:4;1326:5;1313:50;1303:60;;1438:16;1156:1;;1417:38;1476:6;1545:68;;;;1664:16;1156:1;1654:27;1545:68;1581:16;1156:1;1571:27

Swarm Source

none://164736f6c6343000815000a
Loading...
Loading
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.