More Info
Private Name Tags
ContractCreator
TokenTracker
Latest 25 from a total of 208 transactions
Transaction Hash |
Method
|
Block
|
From
|
To
|
|||||
---|---|---|---|---|---|---|---|---|---|
Approve | 67878623 | 32 days ago | IN | 0 POL | 0.001483 | ||||
Approve | 67878617 | 32 days ago | IN | 0 POL | 0.00150432 | ||||
Approve | 67878613 | 32 days ago | IN | 0 POL | 0.00152389 | ||||
Approve | 67878609 | 32 days ago | IN | 0 POL | 0.0014276 | ||||
Approve | 67878605 | 32 days ago | IN | 0 POL | 0.00150369 | ||||
Approve | 67878600 | 32 days ago | IN | 0 POL | 0.00149314 | ||||
Approve | 67878594 | 32 days ago | IN | 0 POL | 0.00138853 | ||||
Approve | 67878591 | 32 days ago | IN | 0 POL | 0.00144628 | ||||
Approve | 67878580 | 32 days ago | IN | 0 POL | 0.0014154 | ||||
Approve | 67878199 | 32 days ago | IN | 0 POL | 0.00340766 | ||||
Approve | 67878169 | 32 days ago | IN | 0 POL | 0.00408733 | ||||
Approve | 67878155 | 32 days ago | IN | 0 POL | 0.00416951 | ||||
Approve | 67878122 | 32 days ago | IN | 0 POL | 0.0034755 | ||||
Approve | 67878090 | 32 days ago | IN | 0 POL | 0.00329998 | ||||
Approve | 67878088 | 32 days ago | IN | 0 POL | 0.00357658 | ||||
Approve | 67878083 | 32 days ago | IN | 0 POL | 0.00349773 | ||||
Approve | 67878071 | 32 days ago | IN | 0 POL | 0.00360665 | ||||
Approve | 67878064 | 32 days ago | IN | 0 POL | 0.00388519 | ||||
Approve | 67878058 | 32 days ago | IN | 0 POL | 0.00361282 | ||||
Approve | 67877358 | 32 days ago | IN | 0 POL | 0.0015862 | ||||
Approve | 67877308 | 32 days ago | IN | 0 POL | 0.0015247 | ||||
Approve | 67877297 | 32 days ago | IN | 0 POL | 0.00156046 | ||||
Approve | 67877284 | 32 days ago | IN | 0 POL | 0.00152729 | ||||
Approve | 67877274 | 32 days ago | IN | 0 POL | 0.0014471 | ||||
Approve | 67877265 | 32 days ago | IN | 0 POL | 0.00149148 |
Loading...
Loading
Similar Match Source Code This contract matches the deployed Bytecode of the Source Code for Contract 0x8Db0A6d1...7B9359c7f The constructor portion of the code might be different and could alter the actual behaviour of the contract
Contract Name:
TokenProxy
Compiler Version
v0.8.6+commit.11564f7e
Contract Source Code (Solidity)
/** *Submitted for verification at polygonscan.com on 2021-09-16 */ // SPDX-License-Identifier: GPL-3.0 pragma solidity ^0.8.0; interface IImplementationAuthority { function getImplementation() external view returns (address); } contract TokenProxy { address public implementationAuthority; constructor( address _implementationAuthority, address _identityRegistry, address _compliance, string memory _name, string memory _symbol, uint8 _decimals, address _onchainID ) { implementationAuthority = _implementationAuthority; address logic = IImplementationAuthority(implementationAuthority).getImplementation(); // solhint-disable-next-line avoid-low-level-calls (bool success, ) = logic.delegatecall( abi.encodeWithSignature( 'init(address,address,string,string,uint8,address)', _identityRegistry, _compliance, _name, _symbol, _decimals, _onchainID ) ); require(success, 'Initialization failed.'); } fallback() external payable { address logic = IImplementationAuthority(implementationAuthority).getImplementation(); assembly { // solium-disable-line calldatacopy(0x0, 0x0, calldatasize()) let success := delegatecall(sub(gas(), 10000), logic, 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
- No Contract Security Audit Submitted- Submit Audit Here
Contract ABI
API[{"inputs":[{"internalType":"address","name":"_implementationAuthority","type":"address"},{"internalType":"address","name":"_identityRegistry","type":"address"},{"internalType":"address","name":"_compliance","type":"address"},{"internalType":"string","name":"_name","type":"string"},{"internalType":"string","name":"_symbol","type":"string"},{"internalType":"uint8","name":"_decimals","type":"uint8"},{"internalType":"address","name":"_onchainID","type":"address"}],"stateMutability":"nonpayable","type":"constructor"},{"stateMutability":"payable","type":"fallback"},{"inputs":[],"name":"implementationAuthority","outputs":[{"internalType":"address","name":"","type":"address"}],"stateMutability":"view","type":"function"}]
Deployed Bytecode
0x60806040526004361061001e5760003560e01c80632307f882146100d0575b60008060009054906101000a90046001600160a01b03166001600160a01b031663aaf10f426040518163ffffffff1660e01b815260040160206040518083038186803b15801561006d57600080fd5b505afa158015610081573d6000803e3d6000fd5b505050506040513d601f19601f820116820180604052508101906100a5919061010c565b90503660008037600080366000846127105a03f43d806000803e8180156100cb57816000f35b816000fd5b3480156100dc57600080fd5b506000546100f0906001600160a01b031681565b6040516001600160a01b03909116815260200160405180910390f35b60006020828403121561011e57600080fd5b81516001600160a01b038116811461013557600080fd5b939250505056fea2646970667358221220368fa0b7b195beecf9ad278ea9630c30fc9e154851afd3564b4549da4d038fd064736f6c63430008060033
Deployed Bytecode Sourcemap
176:1646:0:-:0;;;;;;;;;;;;;;;;;;1232:13;1273:23;;;;;;;;;-1:-1:-1;;;;;1273:23:0;-1:-1:-1;;;;;1248:67:0;;:69;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;:::i;:::-;1232:85;;1413:14;1408:3;1403;1390:38;1520:1;1517;1501:14;1496:3;1489:5;1481;1474;1470:17;1457:65;1549:16;1600:5;1597:1;1594;1579:27;1627:7;1652:65;;;;1776:5;1773:1;1766:16;1652:65;1692:5;1689:1;1682:16;203:38;;;;;;;;;;-1:-1:-1;203:38:0;;;;-1:-1:-1;;;;;203:38:0;;;;;;-1:-1:-1;;;;;473:32:1;;;455:51;;443:2;428:18;203:38:0;;;;;;;14:290:1;84:6;137:2;125:9;116:7;112:23;108:32;105:2;;;153:1;150;143:12;105:2;179:16;;-1:-1:-1;;;;;224:31:1;;214:42;;204:2;;270:1;267;260:12;204:2;293:5;95:209;-1:-1:-1;;;95:209:1:o
Swarm Source
ipfs://368fa0b7b195beecf9ad278ea9630c30fc9e154851afd3564b4549da4d038fd0
Loading...
Loading
OVERVIEW
MetalStream issues digital securities backed by precious metals. Each MSGLD is backed by and redeemable for 1g LBMA certified gold bullion (ISIN: MYA165612B00).Loading...
Loading
Multichain Portfolio | 35 Chains
Chain | Token | Portfolio % | Price | Amount | Value |
---|
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.