Empower Token
Verified contract
Active on
Ethereum with 2,269 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
-
variable spans 1 additional slot
Balances ($4.46)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
MPWR | ERC-20 | 88.222699K | $0.000051 |
$4.46 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21235876 | 21 days ago | | | 0 | 0.0010682551 | |
| 20860426 | 2 months ago | | | 0 | 0.00020340177 | |
| 20844538 | 2 months ago | | | 0 | 0.00025135108 | |
| 20844537 | 2 months ago | | | 0 | 0.00025827943 | |
| 20605089 | 4 months ago | | | 0 | 0.000044048848 | |
| 19930647 | 7 months ago | | | 0 | 0.00026169186 | |
| 19873401 | 7 months ago | | | 0 | 0.000091435568 | |
| 19686471 | 8 months ago | | | 0 | 0.00049696989 | |
| 19625304 | 8 months ago | | | 0 | 0.0014755273 | |
| 19561098 | 8 months ago | | | 0 | 0.00093163179 |
ABI
ABI objects
Getter at block 21388958
INITIAL_SUPPLY() view returns (uint256)
100000000000000000000000000
decimals() view returns (uint8)
18
name() view returns (string)
Empower Token
owner() view returns (address)
0x5bd131c0dbbb8a610c574b1f8c0da5739430245b
paused() view returns (bool)
false
symbol() view returns (string)
MPWR
totalSupply() view returns (uint256)
247154581516840812000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
balanceOfAt(address account, uint256 snapshotId) view returns (uint256)
isBlacklisted(address) view returns (bool)
isMinter(address) view returns (bool)
totalSupplyAt(uint256 snapshotId) view returns (uint256)
State-modifying
Events approve(address spender, uint256 amount) returns (bool)
blacklistMalicious(address account, bool value)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
initialize()
mint(address _to, uint256 _amount)
pause()
renounceOwnership()
setMinter(address _minter, bool _isMinter)
snapshot()
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)
Blacklisted(address indexed account, bool value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SetMinter(address indexed _minter, bool _isMinter)
Snapshot(uint256 id)
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.