Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
No balances found for "UMI"
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20838217 | 2 months ago | | | 0 | 0.0011366517 | |
| 20595061 | 3 months ago | | | 0 | 0.000055058133 | |
| 20595028 | 3 months ago | | | 0 | 0.000067185462 | |
| 14819324 | 3 years ago | | | 0 | 0.00030475382 | |
| 14818563 | 3 years ago | | | 0 | 0.00078631820 | |
| 14818521 | 3 years ago | | | 0 | 0.0010272512 | |
| 14704516 | 3 years ago | | | 0 | 0.0019677811 | |
| 14602853 | 3 years ago | | | 0 | 0.0016210479 | |
| 14333903 | 3 years ago | | | 0 | 0.00071636266 | |
| 14333889 | 3 years ago | | | 0 | 0.0020017430 |
ABI
ABI objects
Getter at block 21289578
decimals() view returns (uint256)
18
maxMine() view returns (uint256)
100000000000000000000000000
name() view returns (string)
UMI
paused() view returns (bool)
false
symbol() view returns (string)
UMI
totalMined() view returns (uint256)
2500722500000000000000050
totalSupply() view returns (uint256)
2500722500000000000000050
version() view returns (string)
1.0
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklist(address) view returns (bool)
inBlacklist(address _addr) view returns (bool)
isMinter(address account) view returns (bool)
isPauser(address account) view returns (bool)
isWhitelistAdmin(address account) view returns (bool)
State-modifying
Events addIssue(uint256 amount)
addMinter(address account)
addPauser(address account)
addWhitelistAdmin(address account)
approve(address spender, uint256 value) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(address account, uint256 amount) returns (bool)
pause()
putIntoBlacklist(address _addr)
removeFromBlacklist(address _addr)
renounceMinter()
renouncePauser()
renounceWhitelistAdmin()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
MinterAdded(address indexed account)
MinterRemoved(address indexed account)
Paused(address account)
PauserAdded(address indexed account)
PauserRemoved(address indexed account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
WhitelistAdminAdded(address indexed account)
WhitelistAdminRemoved(address indexed account)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.