MDZA
Verified contract
Implementation
Active on
Ethereum 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
Balances ($0.00)
No balances found for "MDZA"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "MDZA"
ABI
ABI objects
Getter at block 21265372 transactionLockStatus() view returns (bool response)
_totalSupply() view returns (uint256)
0
adminSpendAllowance() view returns (uint256)
0
decimals() view returns (uint256)
0
issuanceAmount() view returns (uint256)
0
lastIssuance() view returns (uint256)
0
name() view returns (string)
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
totalSupply() view returns (uint256)
0
transactionLock() view returns (bool)
false
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
balances(address) view returns (uint256)
freezeAccountStatus(address target) view returns (bool response)
frozenAccount(address) view returns (bool)
State-modifying
Events acceptOwnership()
adminIssueFunds(uint256 tokens, address to) returns (bool response)
adminRevokeFunds(address from, uint256 tokens) returns (bool success)
approve(address spender, uint256 tokens) returns (bool success)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool success)
burn(uint256 tokens) returns (bool success)
burnFrom(address from, uint256 tokens) returns (bool success)
changeSpendAllowance(uint256 amount) returns (bool success)
freezeAccount(address target, bool freeze)
initialize()
lockTransactions(bool lock) returns (bool response)
transfer(address to, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Burn(address indexed from, uint256 value)
FrozenFunds(address target, bool frozen)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
This contract contains no constructor objects.
fallback()
This contract contains no error objects.