Function X
Verified contract
Active on
Ethereum with 126,138 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($13,477.76)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FX | ERC-20 | 100.336215K | $0.134326 |
$13,477.76 | |
NPXS | ERC-20 | 6.57687 | $0.000111 |
$0 | |
| ERC-20 | 888.888888M | -- | -- | |
| ERC-20 | 21M | -- | -- | |
| ERC-20 | 7.777777M | -- | -- | |
| ERC-20 | 8.889K | -- | -- | |
C4Y | ERC-20 | 3.7K | -- | -- | |
GENES | ERC-20 | 8 | -- | -- | |
MYOU | ERC-20 | 0.2 | -- | -- | |
BER | ERC-20 | 0.01 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21242730 | 17 minutes ago | | | 0 | 0.00042170055 | |
| 21242408 | an hour ago | | | 0 | 0.00064373495 | |
| 21241504 | 4 hours ago | | | 0 | 0.00045027352 | |
| 21241495 | 4 hours ago | | | 0 | 0.00048589937 | |
| 21240745 | 7 hours ago | | | 0 | 0.00058882129 | |
| 21237438 | 18 hours ago | | | 0 | 0.00090865696 | |
| 21236484 | 21 hours ago | | | 0 | 0.0010293040 | |
| 21236015 | a day ago | | | 0 | 0.00095736270 | |
| 21235984 | a day ago | | | 0 | 0.00057792315 | |
| 21235983 | a day ago | | | 0 | 0.00060572171 |
ABI
ABI objects
Getter at block 21242813
decimals() view returns (uint8)
18
getStopReceive() view returns (bool)
false
mintingFinished() view returns (bool)
false
name() view returns (string)
Function X
owner() view returns (address)
0x6f1d09fed11115d65e1071cd2109edb300d80a27
paused() view returns (bool)
false
symbol() view returns (string)
FX
totalSupply() view returns (uint256)
124551739208991296948891942
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256 balance)
State-modifying
Events approve(address _spender, uint256 _value) returns (bool)
burn(uint256 _value)
decreaseApproval(address _spender, uint256 _subtractedValue) returns (bool success)
finishMinting() returns (bool)
increaseApproval(address _spender, uint256 _addedValue) returns (bool success)
mint(address _to, uint256 _amount) returns (bool)
pause()
setStopReceive(bool stop)
transfer(address _to, uint256 _value) returns (bool)
transferAndCall(address _recipient, uint256 _amount, bytes _data)
transferERCToken(address _tokenContractAddress, address _to, uint256 _amount)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
unpause()
Approval(address indexed owner, address indexed spender, uint256 value)
Burn(address indexed burner, uint256 value)
Mint(address indexed to, uint256 amount)
MintFinished()
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.