TransparentUpgradeableProxy
Verified contract
Proxy
Active on
Ethereum with 3,233 txns
Unified storage
Map
Table
Raw
Constants and immutables
4
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "TransparentUpgradeableProxy"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21029145 | 18 days ago | | | 0 | 0.048097485 | |
| 21029144 | 18 days ago | | | 0 | 0.012992765 | |
| 21029054 | 18 days ago | | | 0 | 0.060505630 | |
| 21028755 | 18 days ago | | | 0 | 0.055613421 | |
| 20169492 | 5 months ago | | | 0 | 0.0014054069 | |
| 20169492 | 5 months ago | | | 0 | 0.0014054069 | |
| 20169492 | 5 months ago | | | 0 | 0.0014054069 | |
| 20169491 | 5 months ago | | | 0 | 0.0014086055 | |
| 20168962 | 5 months ago | | | 0 | 0.00072638022 | |
| 20168962 | 5 months ago | | | 0 | 0.00072638022 |
ABI
ABI objects
Getter at block 21158720
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
GATEWAY_MANAGER_ROLE() view returns (bytes32)
0xd0b4cb1076caad28e19b79fe5cdd885b423a24c490d94dfc025bae8c26911b63
Read-only
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isInManagement(address _x, address _tokenContract) view returns (bool)
isMinter(address _nftAddress, address _minter) view returns (bool)
minters(address _nftAddress) view returns (address[])
nftManager(address _tokenContract) view returns (address)
operatorWhitelist(address) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events ERC1155_mint(address _tokenContract, address _account, uint256 _id, uint256 _amount, bytes _data)
ERC1155_mintBatch(address _tokenContract, address _to, uint256[] _ids, uint256[] _amounts, bytes _data)
ERC1155_setURI(address _tokenContract, string _newuri)
ERC20_mint(address _erc20Contract, address _recipient, uint256 _amount)
ERC721_mint(address _tokenContract, address _recipient, uint256 _tokenId)
ERC721_mintBatch(address _tokenContract, address _recipient, uint256[] _tokenId)
ERC721_setURI(address _tokenContract, string _newURI)
addManager(address _manager)
addMinter(address _tokenAddress, address minter)
addOperatorWhitelist(address _operator)
grantRole(bytes32 role, address account)
initialize(address _gatewayAdmin)
pause(address _contract)
removeManager(address _manager)
removeMinter(address _tokenAddress, address minter)
removeOperatorWhitelist(address _operator)
renounceRole(bytes32 role, address account)
resetOwner(address _tokenContract, address _newOwner)
revokeRole(bytes32 role, address account)
setGatewayOf(address _tokenContract, address _newGateway)
setManagerOf(address _tokenContract, address _manager)
transferGatewayOwnership(address _gatewayAdmin)
unpause(address _contract)
AdminChanged(address previousAdmin, address newAdmin)
BeaconUpgraded(address indexed beacon)
Upgraded(address indexed implementation)
AddMinter(address indexed tokenAddress, address minter)
AddOperatorWhitelist(address indexed operator)
AssignManager(address indexed assigner, address indexed contractAddress, address previousContractManager, address indexed newContractManager)
Initialized(uint8 version)
RemoveMinter(address indexed tokenAddress, address minter)
RemoveOperatorWhitelist(address indexed operator)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
TransferGatewayOwnership(address indexed previousGatewayManager, address indexed newGatewayManager)
constructor(address _logic, address admin_, bytes _data)
fallback()
receive()
This contract contains no error objects.