ETH Price: $2,677.91 (+1.84%)

Token

ProphecyTOKEN (PRY)
 

Overview

Max Total Supply

197,917,863.968455584656877163 PRY

Holders

539 (0.00%)

Market

Price

$0.00 @ 0.000000 ETH

Onchain Market Cap

$408,662.78

Circulating Supply Market Cap

-

Other Info

Token Contract (WITH 18 Decimals)

Balance
193.389245346558025681 PRY

Value
$0.40 ( ~0.000149370066586642 Eth) [0.0001%]
0x73b486339921aa6fa58c5db8c7248c255430cc95
Loading...
Loading
Loading...
Loading
Loading...
Loading

OVERVIEW

Prophecy is a project designed to add and expand gamification elements to core crypto services (“GameFi”), such as staking and modified hybrid yield pools, with constant token burns, participation incentives, and rewarding participants while creating upward token velocity for the token ecosystem.

# Exchange Pair Price  24H Volume % Volume

Contract Source Code Verified (Exact Match)

Contract Name:
Proxy

Compiler Version
v0.6.12+commit.27d51765

Optimization Enabled:
No with 200 runs

Other Settings:
default evmVersion, None license
/**
 *Submitted for verification at Etherscan.io on 2020-12-07
*/

// SPDX-License-Identifier: MIT

pragma solidity ^0.6.0;

contract Proxy {
    // Code position in storage is keccak256("PROXIABLE") = "0xc5f16f0fcc639fa48a6947836d9850f504798523bf8c9a3a87d5876cf622bcf7"
    constructor(bytes memory constructData, address contractLogic) public {
        // save the code address
        assembly {
            // solium-disable-line
            sstore(
                0xc5f16f0fcc639fa48a6947836d9850f504798523bf8c9a3a87d5876cf622bcf7,
                contractLogic
            )
        }
        (bool success, bytes memory _) = contractLogic.delegatecall(
            constructData
        ); // solium-disable-line
        require(success, "Construction failed");
    }

    fallback() external payable {
        assembly { // solium-disable-line
            let contractLogic := sload(0xc5f16f0fcc639fa48a6947836d9850f504798523bf8c9a3a87d5876cf622bcf7)
            calldatacopy(0x0, 0x0, calldatasize())
            let success := delegatecall(sub(gas(), 10000), contractLogic, 0x0, calldatasize(), 0, 0)
            let retSz := returndatasize()
            returndatacopy(0, 0, retSz)
            switch success
            case 0 {
                revert(0, retSz)
            }
            default {
                return(0, retSz)
            }
        }
    }
}

Contract Security Audit

Contract ABI

[{"inputs":[{"internalType":"bytes","name":"constructData","type":"bytes"},{"internalType":"address","name":"contractLogic","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"stateMutability":"payable","type":"fallback"}]

608060405234801561001057600080fd5b506040516102e23803806102e28339818101604052604081101561003357600080fd5b810190808051604051939291908464010000000082111561005357600080fd5b8382019150602082018581111561006957600080fd5b825186600182028301116401000000008211171561008657600080fd5b8083526020830192505050908051906020019080838360005b838110156100ba57808201518184015260208101905061009f565b50505050905090810190601f1680156100e75780820380516001836020036101000a031916815260200191505b5060405260200180519060200190929190505050807fc5f16f0fcc639fa48a6947836d9850f504798523bf8c9a3a87d5876cf622bcf755600060608273ffffffffffffffffffffffffffffffffffffffff16846040518082805190602001908083835b6020831061016d578051825260208201915060208101905060208303925061014a565b6001836020036101000a038019825116818451168082178552505050505050905001915050600060405180830381855af49150503d80600081146101cd576040519150601f19603f3d011682016040523d82523d6000602084013e6101d2565b606091505b50915091508161024a576040517f08c379a00000000000000000000000000000000000000000000000000000000081526004018080602001828103825260138152602001807f436f6e737472756374696f6e206661696c65640000000000000000000000000081525060200191505060405180910390fd5b5050505060868061025c6000396000f3fe60806040527fc5f16f0fcc639fa48a6947836d9850f504798523bf8c9a3a87d5876cf622bcf7543660008037600080366000846127105a03f43d806000803e8160008114604b57816000f35b816000fdfea26469706673582212205d901e78a87db3b01d3d0e99835ea863f1e9be7cfae4d33c27c37c90f2601e8964736f6c634300060c00330000000000000000000000000000000000000000000000000000000000000040000000000000000000000000646060e9a537e7c889411dc860c82b64a0fad9760000000000000000000000000000000000000000000000000000000000000024fe4b84df000000000000000000000000000000000000000000a56fa5b99019a5c800000000000000000000000000000000000000000000000000000000000000

Deployed Bytecode

0x60806040527fc5f16f0fcc639fa48a6947836d9850f504798523bf8c9a3a87d5876cf622bcf7543660008037600080366000846127105a03f43d806000803e8160008114604b57816000f35b816000fdfea26469706673582212205d901e78a87db3b01d3d0e99835ea863f1e9be7cfae4d33c27c37c90f2601e8964736f6c634300060c0033

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

0000000000000000000000000000000000000000000000000000000000000040000000000000000000000000646060e9a537e7c889411dc860c82b64a0fad9760000000000000000000000000000000000000000000000000000000000000024fe4b84df000000000000000000000000000000000000000000a56fa5b99019a5c800000000000000000000000000000000000000000000000000000000000000

-----Decoded View---------------
Arg [0] : constructData (bytes): 0xfe4b84df000000000000000000000000000000000000000000a56fa5b99019a5c8000000
Arg [1] : contractLogic (address): 0x646060E9A537E7c889411DC860C82B64a0FaD976

-----Encoded View---------------
5 Constructor Arguments found :
Arg [0] : 0000000000000000000000000000000000000000000000000000000000000040
Arg [1] : 000000000000000000000000646060e9a537e7c889411dc860c82b64a0fad976
Arg [2] : 0000000000000000000000000000000000000000000000000000000000000024
Arg [3] : fe4b84df000000000000000000000000000000000000000000a56fa5b99019a5
Arg [4] : c800000000000000000000000000000000000000000000000000000000000000


Deployed Bytecode Sourcemap

62:1283:0:-:0;;;848:66;842:73;952:14;947:3;942;929:38;1067:1;1064;1048:14;1043:3;1028:13;1020:5;1013;1009:17;996:73;1096:16;1147:5;1144:1;1141;1126:27;1174:7;1200:1;1195:57;;;;1303:5;1300:1;1293:16;1195:57;1231:5;1228:1;1221:16

Swarm Source

ipfs://5d901e78a87db3b01d3d0e99835ea863f1e9be7cfae4d33c27c37c90f2601e89
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.