Mainframe Token
Verified contract
Active on
Ethereum with 894 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Mainframe Token"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20836574 | 2 months ago | | | 0 | 0.00060196323 | |
| 19531686 | 8 months ago | | | 0 | 0.00062634721 | |
| 19294416 | 9 months ago | | | 0 | 0.00053626000 | |
| 18157050 | a year ago | | | 0 | 0.00034888100 | |
| 18156946 | a year ago | | | 0 | 0.00040255500 | |
| 13556647 | 3 years ago | | | 0 | 0.0037877043 | |
| 13550712 | 3 years ago | | | 0 | 0.0046699694 | |
| 13102890 | 3 years ago | | | 0 | 0.0019591010 | |
| 13102055 | 3 years ago | | | 0 | 0.0039450390 | |
| 13098125 | 3 years ago | | | 0 | 0.0015833830 |
ABI
ABI objects
Getter at block 21304083
decimals() view returns (uint8)
18
distributor() view returns (address)
0x6fd1b41e9ffc477c6801a26f6f36de48746bee74
name() view returns (string)
Mainframe Token
owner() view returns (address)
0x2a9de83da2cae0bffabfe088c9c0982c15d1a64d
paused() view returns (bool)
true
pendingOwner() view returns (address)
0x0000000000000000000000000000000000000000
symbol() view returns (string)
MFT
totalSupply() view returns (uint256)
10000000000000000000000000000
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)
approveAndCall(address spender, uint256 value, bytes data) payable returns (bool)
claimOwnership()
decreaseApproval(address spender, uint256 subtractedValue) returns (bool)
decreaseApprovalAndCall(address spender, uint256 subtractedValue, bytes data) payable returns (bool)
emergencyERC20Drain(address token, uint256 amount)
increaseApproval(address spender, uint256 addedValue) returns (bool)
increaseApprovalAndCall(address spender, uint256 addedValue, bytes data) payable returns (bool)
pause()
setDistributor(address newDistributor)
transfer(address to, uint256 value) returns (bool)
transferAndCall(address to, uint256 value, bytes data) payable returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferFromAndCall(address from, address to, uint256 value, bytes data) payable 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.