Mancium
Verified contract
Active on
Ethereum with 5,720 txns
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 "Mancium"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21166859 | 3 hours ago | | | 0 | 0.0019378043 | |
| 21166559 | 4 hours ago | | | 0 | 0.0023822791 | |
| 21166549 | 4 hours ago | | | 0 | 0.0016528826 | |
| 21166241 | 5 hours ago | | | 0 | 0.0019062969 | |
| 21166106 | 5 hours ago | | | 0 | 0.0028572306 | |
| 21165221 | 8 hours ago | | | 0 | 0.0011739695 | |
| 21164939 | 9 hours ago | | | 0 | 0.00087594333 | |
| 21164918 | 9 hours ago | | | 0 | 0.0013016034 | |
| 21164481 | 11 hours ago | | | 0 | 0.00094636679 | |
| 21164407 | 11 hours ago | | | 0 | 0.00094530189 |
ABI
ABI objects
Getter at block 21167721 getBlacklist() view returns (address[])
decimals() view returns (uint8)
2
name() view returns (string)
Mancium
owner() view returns (address)
0xad84767b4fd4e63accd53c28e682ad8868079822
paused() view returns (bool)
false
symbol() view returns (string)
MANC
totalSupply() view returns (uint256)
10000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
blacklistAddresses(uint256) view returns (address)
State-modifying
Events addAddressToBlacklist(address addr) returns (bool success)
addAddressesToBlacklist(address[] addrs) returns (bool success)
approve(address spender, uint256 amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
removeAddressFromBlacklist(address addr) returns (bool success)
removeAddressesFromBlacklist(address[] addrs) returns (bool success)
renounceOwnership()
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)
BlacklistedAddressAdded(address addr)
BlacklistedAddressRemoved(address addr)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.