Joseon Mun
Verified contract
Active on
Ethereum with 609 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "Joseon Mun"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21094624 | 9 days ago | | | 0 | 0.00070338781 | |
| 20956486 | a month ago | | | 0 | 0.00042723893 | |
| 20956422 | a month ago | | | 0 | 0.00057720365 | |
| 20865998 | a month ago | | | 0 | 0.0030124000 | |
| 20717465 | 2 months ago | | | 0 | 0.0014377200 | |
| 20664275 | 2 months ago | | | 0 | 0.00096884044 | |
| 20623551 | 2 months ago | | | 0 | 0.000082794971 | |
| 20577220 | 3 months ago | | | 0 | 0.000048838283 | |
| 20577214 | 3 months ago | | | 0 | 0.000054246367 | |
| 20577213 | 3 months ago | | | 0 | 0.000057990318 |
ABI
ABI objects
Getter at block 21158126
DEFAULT_ADMIN_ROLE() view returns (bytes32)
0x0000000000000000000000000000000000000000000000000000000000000000
MINTER_ROLE() view returns (bytes32)
0x9f2df0fed2c77648de5860a4cc508cd0818c85b8b8a1ab4ceeef8d981c8956a6
decimals() pure returns (uint8)
18
defaultOperators() view returns (address[])
[]
granularity() view returns (uint256)
1
name() view returns (string)
Joseon Mun
symbol() view returns (string)
JSM
totalSupply() view returns (uint256)
2400000000000000000000000000000
Read-only
allowance(address holder, address spender) view returns (uint256)
balanceOf(address tokenHolder) view returns (uint256)
getRoleAdmin(bytes32 role) view returns (bytes32)
hasRole(bytes32 role, address account) view returns (bool)
isOperatorFor(address operator, address tokenHolder) view returns (bool)
supportsInterface(bytes4 interfaceId) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
authorizeOperator(address operator)
burn(uint256 amount, bytes data)
grantRole(bytes32 role, address account)
mint(address to, uint256 amount)
operatorBurn(address account, uint256 amount, bytes data, bytes operatorData)
operatorSend(address sender, address recipient, uint256 amount, bytes data, bytes operatorData)
renounceRole(bytes32 role, address account)
revokeOperator(address operator)
revokeRole(bytes32 role, address account)
send(address recipient, uint256 amount, bytes data)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address holder, address recipient, uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
AuthorizedOperator(address indexed operator, address indexed tokenHolder)
Burned(address indexed operator, address indexed from, uint256 amount, bytes data, bytes operatorData)
Minted(address indexed operator, address indexed to, uint256 amount, bytes data, bytes operatorData)
RevokedOperator(address indexed operator, address indexed tokenHolder)
RoleAdminChanged(bytes32 indexed role, bytes32 indexed previousAdminRole, bytes32 indexed newAdminRole)
RoleGranted(bytes32 indexed role, address indexed account, address indexed sender)
RoleRevoked(bytes32 indexed role, address indexed account, address indexed sender)
Sent(address indexed operator, address indexed from, address indexed to, uint256 amount, bytes data, bytes operatorData)
Transfer(address indexed from, address indexed to, uint256 value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.