Multiplier
Verified contract
Active on
Ethereum with 11,021 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 |
---|---|---|---|---|---|
MXX | ERC-20 | 1.829418K | -- | -- | |
FFT | ERC-20 | 50 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21170408 | 7 days ago | | | 0 | 0.00061865723 | |
| 21063884 | 22 days ago | | | 0 | 0.00025372421 | |
| 21031909 | a month ago | | | 0 | 0.00030806631 | |
| 20999492 | a month ago | | | 0 | 0.00019509915 | |
| 20978955 | a month ago | | | 0 | 0.00044898203 | |
| 20978953 | a month ago | | | 0 | 0.00044537545 | |
| 20978951 | a month ago | | | 0 | 0.00046779220 | |
| 20901057 | a month ago | | | 0 | 0.00065107353 | |
| 20720787 | 2 months ago | | | 0 | 0.00036147708 | |
| 20617036 | 3 months ago | | | 0 | 0.000043874163 |
ABI
ABI objects
Getter at block 21222834
_currentSupply() view returns (uint256)
18061827017457948
_totalSupply() view returns (uint256)
18658628217457948
decimals() view returns (uint8)
8
mintAddress() view returns (address)
0x0000000000000000000000000000000000000000
name() view returns (string)
Multiplier
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0xfbab6b5dea06fd0291b1fd512cdd9569a6593b27
symbol() view returns (string)
MXX
totalSupply() view returns (uint256)
18658628217457948
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256 balance)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 tokens) returns (bool success)
approveAndCall(address spender, uint256 tokens, bytes data) returns (bool success)
burn(uint256 amount)
changeMintRole(address addr)
mint(address recipient, uint256 amount)
transfer(address to, uint256 tokens) returns (bool success)
transferAnyERC20Token(address tokenAddress, uint256 tokens) returns (bool success)
transferFrom(address from, address to, uint256 tokens) returns (bool success)
transferOwnership(address _newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Burn(address indexed from, uint256 tokens)
Mint(address indexed to, uint256 tokens)
OwnershipTransferred(address indexed _from, address indexed _to)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
fallback()
This contract contains no error objects.