deBridge Matic

Verified contract

Proxy

Active on Ethereum with 6 txns
Deployed by via 0x54b58040 at 15732113
Slot
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 49 additional slots
-
variable spans 48 additional slots
-
variable spans 44 additional slots
-
variable spans 48 additional slots
-
variable spans 49 additional slots

No balances found for "deBridge Matic"

0xbfa4f20ac2a79239acf64bf52fc900426af649dd87d7c2b7e210b0f3ce08d1ac
0xf9482a37e77ff55c1480ce9e097ac3b8a4b5218797eb329f8e17477bc8a40763
0x71aca848687b986db340ee96812f1c254423d87248b8d10a2cef8f057f242462
0x4f496c6a23a35a2dbd28c15cf3913f2c1602d660a8857d352131ce6e4c224cbb
0xe68bc069858fdb058b336f648c0123f50a733e19aa9086ec0342c9ca915d6f3f
0xe3f9c87d159efdbf773e76da04198896f0aa43c2e129c7677f87098d0929f19f

Functions
Getter at block 21249391
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR(view returns (bytes32)
0xbc5a0d56e39c37def87b9f8a9263a1ecbe5e0da3e25cd7f194a3a6c4738eae9d
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
PAUSER_ROLE(view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
PERMIT_TYPEHASH(view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals(view returns (uint8)
18
name(view returns (string)
deBridge Matic
paused(view returns (bool)
false
symbol(view returns (string)
deMATIC
totalSupply(view returns (uint256)
2685220230925000000000
Read-only
allowance(address owneraddress spenderview returns (uint256)
balanceOf(address accountview returns (uint256)
getRoleAdmin(bytes32 roleview returns (bytes32)
hasRole(bytes32 roleaddress accountview returns (bool)
nonces(addressview returns (uint256)
supportsInterface(bytes4 interfaceIdview returns (bool)
State-modifying
approve(address spenderuint256 amountreturns (bool)
burn(uint256 _amount
decreaseAllowance(address spenderuint256 subtractedValuereturns (bool)
grantRole(bytes32 roleaddress account
increaseAllowance(address spenderuint256 addedValuereturns (bool)
initialize(string name_string symbol_uint8 decimals_address adminaddress[] minters
mint(address _receiveruint256 _amount
pause(
permit(address _owneraddress _spenderuint256 _valueuint256 _deadlineuint8 _vbytes32 _rbytes32 _s
renounceRole(bytes32 roleaddress account
revokeRole(bytes32 roleaddress account
transfer(address recipientuint256 amountreturns (bool)
transferFrom(address senderaddress recipientuint256 amountreturns (bool)
unpause(
updateName(string _newNamestring _newSymbol
Events
AdminChanged(address previousAdminaddress newAdmin
BeaconUpgraded(address indexed beacon
Upgraded(address indexed implementation
Approval(address indexed owneraddress indexed spenderuint256 value
NameUpdated(string oldNamestring newNamestring oldSymbolstring newSymbolbytes32 oldDomainSeparatorbytes32 newDomainSeparator
Paused(address account
RoleAdminChanged(bytes32 indexed rolebytes32 indexed previousAdminRolebytes32 indexed newAdminRole
RoleGranted(bytes32 indexed roleaddress indexed accountaddress indexed sender
RoleRevoked(bytes32 indexed roleaddress indexed accountaddress indexed sender
Transfer(address indexed fromaddress indexed touint256 value
Unpaused(address account
Constructor
constructor(address beaconbytes data
Fallback and receive
fallback(
receive(
Errors
AdminBadRole(
MinterBadRole(
PauserBadRole(