McFlyToken
Verified contract
Active on
Ethereum with 22,501 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 |
---|---|---|---|---|---|
CYRUS | ERC-20 | 1K | -- | -- | |
McFLY | ERC-20 | 150 | -- | -- | |
Only | ERC-20 | 20 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18175411 | a year ago | | | 0 | 0.00035836900 | |
| 17298365 | 2 years ago | | | 0 | 0.0013610416 | |
| 14374293 | 3 years ago | | | 0 | 0.00066509638 | |
| 14374263 | 3 years ago | | | 0 | 0.0022620891 | |
| 13713837 | 3 years ago | | | 0 | 0.0032343580 | |
| 11008518 | 4 years ago | | | 0 | 0.0017551116 | |
| 10192007 | 4 years ago | | | 0 | 0.0010925126 | |
| 9992274 | 5 years ago | | | 0 | 0.00030876000 | |
| 9941544 | 5 years ago | | | 0 | 0.00031840876 | |
| 9833770 | 5 years ago | | | 0 | 0.000038595000 |
ABI
ABI objects
Getter at block 21288786
candidate() view returns (address)
0x0000000000000000000000000000000000000000
decimals() view returns (uint8)
18
mintingFinished() view returns (bool)
true
name() view returns (string)
McFlyToken
owner() view returns (address)
0xc7c6d400b1bcf7841a1b5061a4d69525c9aa0966
symbol() view returns (string)
McFLY
totalSupply() view returns (uint256)
1799999999999999999999999996
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events allowTransfer(address from)
approve(address _spender, uint256 _value) returns (bool)
confirmOwnership()
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
requestOwnership(address newOwner)
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
AllowTransfer(address from)
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)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.