Mocha Set Dollar
Verified contract
Active on
Ethereum with 137 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Mocha Set Dollar"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 15561192 | 2 years ago | | | 0 | 0.00063814371 | |
| 15560235 | 2 years ago | | | 0 | 0.00023525500 | |
| 15204177 | 2 years ago | | | 0 | 0.00022380529 | |
| 12638533 | 3 years ago | | | 0 | 0.00037640800 | |
| 11580568 | 4 years ago | | | 0 | 0.0038208351 | |
| 11576994 | 4 years ago | | | 0 | 0.0069674050 | |
| 11576959 | 4 years ago | | | 0 | 0.0044951000 | |
| 11576930 | 4 years ago | | | 0 | 0.0045396015 | |
| 11576744 | 4 years ago | | | 0 | 0.0013051200 | |
| 11576708 | 4 years ago | | | 0 | 0.0047648060 |
ABI
ABI objects
Getter at block 21199513
EIP712_DOMAIN_SEPARATOR() view returns (bytes32)
0xd794b1f7cc0d7cee4cab26d7fe4864565be9f69b46f0eef594b2e30d242a602a
EIP712_PERMIT_TYPEHASH() view returns (bytes32)
0x6e71edae12b1b97f4d1f60370fef10105fa2faae0126114a169c64845d6126c9
decimals() view returns (uint8)
18
name() view returns (string)
Mocha Set Dollar
symbol() view returns (string)
MSD
totalSupply() view returns (uint256)
730022470078171083714474
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
isMinter(address account) view returns (bool)
State-modifying
Events addMinter(address account)
approve(address spender, uint256 amount) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
permit(address owner, address spender, uint256 value, uint256 deadline, uint8 v, bytes32 r, bytes32 s)
renounceMinter()
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.