Miner Pass Card
Verified contract
Active on
Ethereum with 1,037 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
DMTS | ERC-20 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 11809650 | 4 years ago | | | 0 | 0.0046252251 | |
| 11790334 | 4 years ago | | | 0 | 0.0056146420 | |
| 11767665 | 4 years ago | | | 0 | 0.0022760500 | |
| 10225710 | 4 years ago | | | 0 | 0.0016054500 | |
| 9245346 | 5 years ago | | | 0 | 0.000046450000 | |
| 9244942 | 5 years ago | | | 0 | 0.00030541600 | |
| 9189534 | 5 years ago | | | 0 | 0.00040384241 | |
| 9189534 | 5 years ago | | | 0 | 0.0021956778 | |
| 9189471 | 5 years ago | | | 0 | 0.000079439761 | |
| 9189357 | 5 years ago | | | 0 | 0.00018560800 |
ABI
ABI objects
Getter at block 21291331
decimals() view returns (uint8)
18
name() view returns (string)
Miner Pass Card
owner() view returns (address)
0x8f039a6d2be295d9ec6462d94ce71379ef76e128
paused() view returns (bool)
false
symbol() view returns (string)
MPC
totalSupply() view returns (uint256)
2000000000000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
batchTransfer(address[] _to, uint256[] value) returns (bool success)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
pause()
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address _newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.