1Million Token
Verified contract
Active on
Ethereum with 3,725 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 |
---|---|---|---|---|---|
1MT | ERC-20 | 724.033779 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19320989 | 8 months ago | | | 0 | 0.0030338873 | |
| 19276420 | 9 months ago | | | 0 | 0.00098205921 | |
| 19237641 | 9 months ago | | | 0 | 0.00062422587 | |
| 18867825 | a year ago | | | 0 | 0.00048907485 | |
| 17543064 | a year ago | | | 0 | 0.0014586742 | |
| 17542934 | a year ago | | | 0 | 0.0017461808 | |
| 17097804 | 2 years ago | | | 0 | 0.0010559849 | |
| 16992192 | 2 years ago | | | 0 | 0.00070960028 | |
| 16916761 | 2 years ago | | | 0 | 0.00073994119 | |
| 16894826 | 2 years ago | | | 0 | 0.00035024401 |
ABI
ABI objects
Getter at block 21163338
authority() view returns (address)
0x0000000000000000000000000000000000000000
burnAdmin() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint256)
7
initialSupply() view returns (uint256)
10000000000000
isAdmin() view returns (bool)
false
name() view returns (string)
1Million Token
owner() view returns (address)
0xb860c949a5fbe39731893bbfe86d6df57c2851c7
stopped() view returns (bool)
false
symbol() view returns (string)
1MT
totalSupply() view returns (uint256)
9956992257622
Read-only
allowance(address src, address guy) view returns (uint256)
balanceOf(address src) view returns (uint256)
State-modifying
Events approve(address guy) returns (bool)
approve(address guy, uint256 wad) returns (bool)
burnfromAdmin(address guy, uint256 wad)
decreaseAllowance(address src, uint256 wad) returns (bool)
increaseAllowance(address src, uint256 wad) returns (bool)
renounceOwnership()
setAuthority(address authority_)
setOwner(address owner_0xB860c949A5fbE39731893bbfE86D6Df57C2851c7)
start()
stop()
transfer(address dst, uint256 wad) returns (bool)
transferFrom(address src, address dst, uint256 wad) returns (bool)
Approval(address indexed src, address indexed guy, uint256 wad)
Burn(address indexed guy, uint256 wad)
LogNote(bytes4 indexed sig, address indexed guy, bytes32 indexed foo, bytes32 indexed bar, uint256 wad, bytes fax) anonymous
LogSetAuthority(address indexed authority)
LogSetOwner(address indexed owner)
Transfer(address indexed src, address indexed dst, uint256 wad)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.