Mainstream For The Underground
Verified contract
Active on
Ethereum with 588 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 |
---|---|---|---|---|---|
CYFM | ERC-20 | 21.982407K | -- | -- | |
MFTU | ERC-20 | 2.65M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21123514 | 20 days ago | | | 0 | 0.00064747000 | |
| 21122746 | 20 days ago | | | 0 | 0.0010434584 | |
| 20934805 | 2 months ago | | | 0 | 0.00045191715 | |
| 20866947 | 2 months ago | | | 0 | 0.0014562000 | |
| 20866913 | 2 months ago | | | 0 | 0.0014562000 | |
| 20866646 | 2 months ago | | | 0 | 0.0017474400 | |
| 20866602 | 2 months ago | | | 0 | 0.00042403843 | |
| 20866210 | 2 months ago | | | 0 | 0.0032577600 | |
| 20798064 | 2 months ago | | | 0 | 0.00044845369 | |
| 20798044 | 2 months ago | | | 0 | 0.00066914435 |
ABI
ABI objects
Getter at block 21267624
DeflationToken() view returns (address)
0x4a621d9f1b19296d1c0f87637b3a8d4978e9bf82
basePercent() view returns (uint256)
100
canPause() view returns (bool)
true
decimals() view returns (uint8)
18
deflationTokenAddress() view returns (address)
0x4a621d9f1b19296d1c0f87637b3a8d4978e9bf82
name() view returns (string)
Mainstream For The Underground
owner() view returns (address)
0xdeaf3cba78903eae3281f74857259f13245d7c2a
paused() view returns (bool)
false
symbol() view returns (string)
MFTU
totalSupply() view returns (uint256)
96480351973932562399432047417
Read-only
_freezed(address) view returns (bool)
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
findOnePercent(uint256 value) view returns (uint256)
State-modifying
Events _mint(address account, uint256 amount) returns (bool)
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
burnFrom(address account, uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
freezeAccount(address account)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
musicProtection(address _from, address _to, uint256 _value)
pause()
setDeflationContractAddress(address tokenAddress)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address _newOwner)
unFreezeAccount(address account)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
DividentTransfer(address from, address to, uint256 value)
NotPausable()
OwnershipTransferred(address indexed _from, address indexed _to)
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.