Module Token
Verified contract
Active on
Ethereum with 7,296 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 |
---|---|---|---|---|---|
MODL | ERC-20 | 1.312572M | -- | -- | |
WDT | ERC-20 | 0.0006 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20363243 | 4 months ago | | | 0 | 0.00066146310 | |
| 18726154 | a year ago | | | 0 | 0.0018868000 | |
| 18332066 | a year ago | | | 0 | 0.00024361642 | |
| 17314419 | 2 years ago | | | 0 | 0.0012717989 | |
| 17202406 | 2 years ago | | | 0 | 0.0059087657 | |
| 16627521 | 2 years ago | | | 0 | 0.0010351294 | |
| 13821617 | 3 years ago | | | 0 | 0.0018106558 | |
| 13700648 | 3 years ago | | | 0 | 0.0044976206 | |
| 13511930 | 3 years ago | | | 0 | 0.0060860732 | |
| 13028436 | 3 years ago | | | 0 | 0.0012089617 |
ABI
ABI objects
Getter at block 21256779
decimals() view returns (uint256)
18
initialToken() view returns (uint256)
3750000000000000000000000000
name() view returns (string)
Module Token
owner() view returns (address)
0x00ad15a37d51d1d998941a9ac869c8cc7c35f3da
rescueAddress() view returns (address)
0x007ddc7178fbad726c2ca48da773169667206c24
symbol() view returns (string)
MODL
totalSupply() view returns (uint256)
3750000000000000000000000000
totalToken() view returns (uint256)
3750000000000000000000000000
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)
transfer(address _to, uint256 _value) returns (bool)
transferAnyERC20Token(address _tokenAddress, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
Transfer(address indexed _from, address indexed _to, uint256 _value)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.