deBridge AVAX

Verified contract

Proxy

Active on Ethereum with 5 txns
Deployed by via 0x8c6eabca at 17236999
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 AVAX"

0xe9cca8f584aae41a45c87f1216ea8b9f03f07b3f041b4a7f18dd1d9b7b7c6fa8
0xad3682e4573611aed80fb2d26c47e0f6f07df51064cd0731d3c8c10b75a7e369
0x17e7d1b941b317c73334c6fecd940ad5fe945d206870fc8839f0f567cd9cd641
0x1f6cf8874dc29988e6cb96972067362da3a80aac463d9408c4c4816da203e326
0x1d74d1ded476757250e03d502f91968f9e711e707c32b1e96d5577573155c645

Functions
Getter at block 21249303
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR(view returns (bytes32)
0x442815d91463b6c47124885fa2a5933954503c35eca3cc1785e37e119725242a
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 AVAX
paused(view returns (bool)
false
symbol(view returns (string)
deAVAX
totalSupply(view returns (uint256)
42601173789000000000
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(