ElonMusk.FanToken
Verified contract
Active on
Ethereum with 28 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 "ElonMusk.FanToken"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 13228820 | 3 years ago | | | 0 | 0.0033015066 | |
| 13228575 | 3 years ago | | | 0 | 0.0026581790 | |
| 13175252 | 3 years ago | | | 0 | 0.0036761860 | |
| 13175205 | 3 years ago | | | 0 | 0.0047045436 | |
| 13035985 | 3 years ago | | | 0 | 0.0016699359 | |
| 13035967 | 3 years ago | | | 0 | 0.0022622800 | |
| 12886737 | 3 years ago | | | 0 | 0.00078993900 | |
| 12883686 | 3 years ago | | | 0 | 0.0017366360 | |
| 12882656 | 3 years ago | | | 0 | 0.00053642359 | |
| 12882626 | 3 years ago | | | 0 | 0.00084835500 |
ABI
ABI objects
Getter at block 21410716
decimals() view returns (uint8)
18
name() view returns (string)
ElonMusk.FanToken
owner() view returns (address)
0xe9cb3d2560cd88025ca415452855a397b992df90
paused() view returns (bool)
false
symbol() view returns (string)
EMF
totalSupply() view returns (uint256)
100000000000000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address owner) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 value) returns (bool)
burn(uint256 _amount) returns (bool)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
freezeAccount(address holder) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
mint(uint256 _amount) returns (bool)
pause()
renounceOwnership()
transfer(address to, uint256 value) returns (bool)
transferFrom(address from, address to, uint256 value) returns (bool)
transferOwnership(address newOwner)
unfreezeAccount(address holder) returns (bool)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Freeze(address indexed holder)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 value)
Unfreeze(address indexed holder)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.