Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "MURI"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16776460 | 2 years ago | | | 0 | 0.0019707469 | |
| 16737227 | 2 years ago | | | 0 | 0.0028782945 | |
| 16679248 | 2 years ago | | | 0 | 0.0037468856 | |
| 16673213 | 2 years ago | | | 0 | 0.0022764268 | |
| 16654583 | 2 years ago | | | 0 | 0.0022669021 | |
| 16646372 | 2 years ago | | | 0 | 0.0028071931 | |
| 16595246 | 2 years ago | | | 0 | 0.0033669450 | |
| 16508165 | 2 years ago | | | 0 | 0.0011615200 | |
| 16375102 | 2 years ago | | | 0 | 0.0013746058 | |
| 16368549 | 2 years ago | | | 0 | 0.0014369048 |
ABI
ABI objects
Getter at block 21280035
allowanceMerkleRoot() view returns (bytes32)
0x9f46358abbe3541a83b01e943ca5ad48497b63744053923a28bde9cd3e1ddc9b
decimals() view returns (uint8)
18
name() view returns (string)
MURI
owner() view returns (address)
0x8affe3fb35edd4195021db2a904698eea1541b70
paused() view returns (bool)
false
supplyCapped() view returns (bool)
false
symbol() view returns (string)
MT
totalSupply() view returns (uint256)
6811469000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
claimed(address) view returns (uint256)
getQuantityClaimed(address claimee) view returns (uint256)
verifyAllowance(address account, uint256 allowance, bytes32[] proof) view returns (bool)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
capSupply()
claim(uint256 amount, uint256 allowance, bytes32[] proof)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
renounceOwnership()
setAllowanceMerkleRoot(bytes32 merkleRoot)
transfer(address to, uint256 amount) returns (bool)
transferFrom(address from, address to, uint256 amount) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor(bytes32 merkleRoot)
This contract contains no fallback and receive objects.
This contract contains no error objects.