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 |
---|---|---|---|---|---|
C4Y | ERC-20 | 3.7K | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 10532509 | 4 years ago | | | 0 | 0.0030939601 | |
| 10500080 | 4 years ago | | | 0 | 0.0029854000 | |
| 10490119 | 4 years ago | | | 0 | 0.0035274200 | |
| 10463954 | 4 years ago | | | 0 | 0.0017676000 | |
| 10462436 | 4 years ago | | | 0 | 0.0017640800 | |
| 10460656 | 4 years ago | | | 0 | 0.0024426000 | |
| 10459586 | 4 years ago | | | 0 | 0.0024431400 | |
| 10459508 | 4 years ago | | | 0 | 0.0017640800 | |
| 10459495 | 4 years ago | | | 0 | 0.0024426000 | |
| 10458730 | 4 years ago | | | 0 | 0.0024420600 |
ABI
ABI objects
Getter at block 21160861
decimals() view returns (uint8)
18
getVestingAmount() view returns (uint256)
100000000000000000000000000
mintingFinished() view returns (bool)
false
name() view returns (string)
FLXC Token
owner() view returns (address)
0x912fb4efee7614f93662a725efb3f88706cf5b75
symbol() view returns (string)
FLXC
totalSupply() view returns (uint256)
10000000000000000000000000000
vestingAddress() view returns (address)
0x0000000000000000000000000000000000000000
Read-only
allowance(address tokenOwner, address spender) view returns (uint256 remaining)
balanceOf(address tokenOwner) view returns (uint256)
frozenAccount(address) view returns (bool)
State-modifying
Events approve(address spender, uint256 tokens) returns (bool)
burn(uint256 _value)
decreaseApproval(address spender, uint256 subtractedValue) returns (bool)
finishMinting() returns (bool)
freezeAccount(address target, bool freeze)
increaseApproval(address spender, uint256 addedValue) returns (bool)
mint(address _to, uint256 _amount) returns (bool)
setVestingAddress(address _vestingAddress)
transfer(address _to, uint256 _value) returns (bool)
transferFrom(address _from, address _to, uint256 _value) returns (bool)
transferOwnership(address newOwner)
Approval(address indexed tokenOwner, address indexed spender, uint256 tokens)
Burn(address indexed burner, uint256 value)
FrozenFunds(address target, bool frozen)
Mint(address indexed to, uint256 amount)
MintFinished()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 tokens)
constructor()
fallback()
This contract contains no error objects.