deBridge BNB

Verified contract

Proxy

Active on Ethereum with 13 txns
Deployed by via 0x147bf33f at 14031165
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 BNB"

0xc7d6fc159225f18234dfc45bd16b16f8b5d9f639a5305132a914398928dbcf0f
0xb9a43c1e012a3b670597d64f63fb50be2004b7594c0b45c48a0ed1cfad9aa6b6
0x4c5b9f165dabbf10a95929cdba7a8a168f9a0604cc360c48f2aab76c6562653d
0x4f729616ab34242e6f63a005beca0215480e03fa4fe33016ef477e5c0902715d
0xeeaee7bcb412d826008b0ee5b4fa10de2c7b19e0ddf2c4787bc0fc4336885a1b
0x4c738b028fe8f377bc65c10ae3c2e71b070b4b7ed91ec43efd94671804943483
0x18b31a4097332903fe6f62d5a7c10fe1605f589989715b99c2d3612b343827cd
0xcf50d23185fe840c054cb43474d6e3f841e00f940b54ce470154af5c05a5c7a1
0xd5c8072e0f64fa845084750d3441eca4153c5ca97ce32ca68e5c25ee8481b774
0x25a48a7e6cf31bf59647588553580735d1209293d3445a0ce0f31b619d42b840

Functions
Getter at block 21249279
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR(view returns (bytes32)
0x349181dd1f0f29a0380d1c645d38ca1ba00f486da601ddc835880c9b995dde49
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 BNB
paused(view returns (bool)
false
symbol(view returns (string)
deBNB
totalSupply(view returns (uint256)
14181832102000000000
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(