deBridge SOL

Verified contract

Proxy

Active on Ethereum with 8 txns
Deployed by via 0xd1279537 at 17688459
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 SOL"

0x45ebe91a637c99a900398156711ff8dda3c297825fbfb8273a8d00b831e48dad
0x8822dc28ad984dd07c01cfa41253ff692d1a66bf97080cc2f150d326954aa05d
0xe0387cc67ca1621fefbbeb379511279385a39cf192ca6fe5846c9bcc5eba3b05
0x201ff01c1cc719ceb96ffc0c1ec81cb023598fd2d78b11188a71e5ea336c2098
0xe086b19a34822c160e2b02834f3b73d8206630c7ca1b2c36bc0d356fcec2df1e
0x539a433aeb53b55c78dafb7df43aba2dbb3fac57dba06b944eb6ec84732bffd6
0x664670e968e1f1471cd5fec33b7f289011030c52a0cf53e0bdbbd624e9a60e84
0x1d718f8b0f6c5b5ee00c10473682254fd47898b445fc98951a48d9a080b3bd41

Functions
Getter at block 21275743
DEFAULT_ADMIN_ROLE(view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
DOMAIN_SEPARATOR(view returns (bytes32)
0x4ede224f21c9c0fc6c784f4a84d4058d481095b24b51d25a20a124f6e863cb86
MINTER_ROLE(view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
PAUSER_ROLE(view returns (bytes32)
0x65d7a28e3265b37a6474929f336521b332c1681b933f6cb9f3376673440d862a
PERMIT_TYPEHASH(view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals(view returns (uint8)
9
name(view returns (string)
deBridge SOL
paused(view returns (bool)
false
symbol(view returns (string)
deSOL
totalSupply(view returns (uint256)
168156231889
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(