TokenGateway

Verified contract

Implementation

Active on Ethereum with 0 txns
Deployed by via 0xcaf227da at 18331345
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0

No balances found for "TokenGateway"

No transactions found for "TokenGateway"


Functions
Getter at block 21276615
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
GATEWAY_MANAGER_ROLE(view returns (bytes32)
0xd0b4cb1076caad28e19b79fe5cdd885b423a24c490d94dfc025bae8c26911b63
Read-only
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
isInManagement(address _xaddress _tokenContractview returns (bool)
nftManager(address _tokenContractview returns (address)
operatorWhitelist(addressview returns (bool)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
ERC1155_mint(address _tokenContractaddress _accountuint256 _iduint256 _amountbytes _data
ERC1155_mintBatch(address _tokenContractaddress _touint256[] _idsuint256[] _amountsbytes _data
ERC1155_setURI(address _tokenContractstring _newuri
ERC20_mint(address _erc20Contractaddress _recipientuint256 _amount
ERC721_mint(address _tokenContractaddress _recipientuint256 _tokenId
ERC721_mintBatch(address _tokenContractaddress _recipientuint256[] _tokenId
ERC721_setURI(address _tokenContractstring _newURI
addManager(address _manager
addOperatorWhitelist(address _operator
grantRole(bytes32 roleaddress account
initialize(address _gatewayAdmin
pause(address _contract
removeManager(address _manager
removeOperatorWhitelist(address _operator
renounceRole(bytes32 roleaddress account
resetOwner(address _tokenContractaddress _newOwner
revokeRole(bytes32 roleaddress account
setGatewayOf(address _tokenContractaddress _newGateway
setManagerOf(address _tokenContractaddress _manager
transferGatewayOwnership(address _gatewayAdmin
unpause(address _contract
Events
AddOperatorWhitelist(address indexed operator
AssignManager(address indexed assigneraddress indexed contractAddressaddress previousContractManageraddress indexed newContractManager
Initialized(uint8 version
RemoveOperatorWhitelist(address indexed operator
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
TransferGatewayOwnership(address indexed previousGatewayManageraddress indexed newGatewayManager
Constructor

This contract contains no constructor objects.

Fallback and receive

This contract contains no fallback and receive objects.

Errors

This contract contains no error objects.