Migranet Token
Verified contract
Active on
Ethereum with 2,004 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 |
---|---|---|---|---|---|
MIG | ERC-20 | 500.26K | -- | -- | |
WDT | ERC-20 | 0.0008 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 12921302 | 3 years ago | | | 0 | 0.00079128720 | |
| 12918822 | 3 years ago | | | 0 | 0.00088996800 | |
| 12444434 | 4 years ago | | | 0 | 0.0011974800 | |
| 12432375 | 4 years ago | | | 0 | 0.0043728781 | |
| 12383948 | 4 years ago | | | 0 | 0.0022005325 | |
| 12383920 | 4 years ago | | | 0 | 0.0016558850 | |
| 12383895 | 4 years ago | | | 0 | 0.0016551590 | |
| 12355515 | 4 years ago | | | 0 | 0.0012573540 | |
| 12348404 | 4 years ago | | | 0 | 0.0013896750 | |
| 12261479 | 4 years ago | | | 0 | 0.0051608150 |
ABI
ABI objects
Getter at block 21283751
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
false
name() view returns (string)
Migranet Token
owner() view returns (address)
0x709b6ef0d4a7317cd0069e34550bad1a64580f60
symbol() view returns (string)
MIG
totalSupply() view returns (uint256)
340000575000000000000000000
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
updateName(string _name)
updateSymbol(string _symbol)
Approval(address indexed owner, address indexed spender, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 value)
constructor(address _owner, string _name, string _symbol, uint8 _decimals)
This contract contains no fallback and receive objects.
This contract contains no error objects.