BridgeMintableTokenV2
Verified contract
Implementation
Active on
Base with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 49 additional slots
-
variable spans 43 additional slots
-
variable spans 48 additional slots
Balances ($0.00)
No balances found for "BridgeMintableTokenV2"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "BridgeMintableTokenV2"
ABI
ABI objects
Getter at block 22041808
blacklistRegistry() view returns (address)
0x0000000000000000000000000000000000000000
chainportBridge() view returns (address)
0x0000000000000000000000000000000000000000
chainportCongress() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
0
name() view returns (string)
paused() view returns (bool)
false
symbol() view returns (string)
totalSupply() view returns (uint256)
0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isBlocked(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blockAddress(address addressToBlock)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
destroyBlackFunds(address maliciousAddress, uint256 amount)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize(string tokenName_, string tokenSymbol_, uint8 decimals_, address chainportCongress_, address blacklistRegistry_)
mint(address _to, uint256 _amount)
pause()
setChainportCongress(address _chainportCongress)
setSideBridgeContract(address _chainportBridge)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
unblockAddress(address addressToUnblock)
unpause()
withdrawTokenIfStuck(address token, address beneficiary)
AddressBlocked(address indexed addr)
AddressUnblocked(address indexed addr)
Approval(address indexed owner, address indexed spender, uint256 value)
BlackFundsDestroyed(address indexed token, uint256 amount)
ChainportBridgeChanged(address indexed addr)
ChainportCongressChanged(address indexed addr)
Mint(address indexed to, uint256 amount)
Paused(address account)
StuckTokenWithdrawn(address indexed token, address indexed to, uint256 amount)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.