Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($21,706.17)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
FTM | ERC-20 | 29.314423K | $0.707365 |
$20,736 | |
USDC | ERC-20 | 685.661079 | $0.999207 |
$685.12 | |
GRT | ERC-20 | 497.95 | $0.219739 |
$109.42 | |
USDT | ERC-20 | 88.86977 | $1.00 |
$88.87 | |
CRV | ERC-20 | 109.53 | $0.418202 |
$45.81 | |
MATIC | ERC-20 | 54.47 | $0.459049 |
$25 | |
FMT | ERC-20 | 379.506375 | $0.019147 |
$7.27 | |
XCUR | ERC-20 | 750.020062 | $0.005836 |
$4.38 | |
SPWN | ERC-20 | 90.277778K | $0.000048 |
$4.31 | |
DEV | ERC-20 | 2 | $0.000821 |
$0 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21241943 | 15 minutes ago | | | 0 | 0.00054160956 | |
| 21241884 | 27 minutes ago | | | 0 | 0.00066780375 | |
| 21241879 | 28 minutes ago | | | 0 | 0.00059033388 | |
| 21241874 | 29 minutes ago | | | 0 | 0.00040063906 | |
| 21241849 | 34 minutes ago | | | 0 | 0.00067272020 | |
| 21241832 | 37 minutes ago | | | 0 | 0.00045377252 | |
| 21241767 | an hour ago | | | 0 | 0.00027960180 | |
| 21241765 | an hour ago | | | 0 | 0.00035069310 | |
| 21241756 | an hour ago | | | 0 | 0.00035128504 | |
| 21241755 | an hour ago | | | 0 | 0.00039395101 |
ABI
ABI objects
Getter at block 21242014
DATE_LIMIT() view returns (uint256)
1545210000
LOCK_SLOTS() view returns (uint256)
5
MAXIMUM_FIRST_DAY_CONTRIBUTION() view returns (uint256)
1692294656000000000
MAX_TOTAL_TOKEN_SUPPLY() view returns (uint256)
3175000000000000000000000000
MINIMUM_CONTRIBUTION() view returns (uint256)
200000000000000000
TOKEN_MAIN_CAP() view returns (uint256)
50000000000000000000000000
availableToMint() view returns (uint256)
1036846209410065342979450625
dateMainEnd() view returns (uint256)
1529658000
dateMainStart() view returns (uint256)
1529053200
decimals() view returns (uint8)
18
firstDayTokenLimit() view returns (uint256)
19600156705792000000000
isMain() view returns (bool)
false
isMainFirstDay() view returns (bool)
false
isMigrationPhaseOpen() view returns (bool)
false
name() view returns (string)
Fantom Token
newOwner() view returns (address)
0xb5c484af0c7a2946ebfb5d912a22a701fb8e3f70
numberWhitelisted() view returns (uint256)
2709
owner() view returns (address)
0xb5c484af0c7a2946ebfb5d912a22a701fb8e3f70
symbol() view returns (string)
FTM
tokensIssuedTotal() view returns (uint256)
2138153790589934657020549375
tokensMain() view returns (uint256)
50000000000000000000000000
tokensMinted() view returns (uint256)
2088153790589934657020549375
tokensPerEth() view returns (uint256)
11582
tokensTradeable() view returns (bool)
true
totalEthContributed() view returns (uint256)
4317043688482127439130
totalSupply() view returns (uint256)
2138153790589934657020549375
wallet() view returns (address)
0x2f77fdacd2ba4b187d1d4faf9d14d98afbf32ef0
Read-only
allowance(address _owner, address _spender) view returns (uint256)
balanceOf(address _owner) view returns (uint256)
balancesMain(address) view returns (uint256)
balancesMinted(address) view returns (uint256)
balancesMintedByType(address, uint256) view returns (uint256)
ethContributed(address) view returns (uint256)
ethToTokens(uint256 _eth) view returns (uint256 tokens)
isAdmin(address) view returns (bool)
isAvailableLockSlot(address _account, uint256 _term) view returns (bool)
lockAmnt(address, uint256) view returns (uint256)
lockTerm(address, uint256) view returns (uint256)
lockedTokens(address _account) view returns (uint256)
mayHaveLockedTokens(address) view returns (bool)
tokensToEth(uint256 _tokens) view returns (uint256 eth)
unlockedTokens(address _account) view returns (uint256)
whitelist(address) view returns (bool)
State-modifying
Events acceptOwnership()
addAdmin(address _a)
addToWhitelist(address _account)
addToWhitelistMultiple(address[] _addresses)
approve(address _spender, uint256 _amount) returns (bool)
makeTradeable()
mintTokens(uint256 _mint_type, address _account, uint256 _tokens)
mintTokensLocked(uint256 _mint_type, address _account, uint256 _tokens, uint256 _term)
mintTokensLockedMultiple(uint256 _mint_type, address[] _accounts, uint256[] _tokens, uint256[] _terms)
mintTokensMultiple(uint256 _mint_type, address[] _accounts, uint256[] _tokens)
openMigrationPhase()
removeAdmin(address _a)
requestTokenExchange(uint256 _tokens)
requestTokenExchangeMax()
setDateMainEnd(uint256 _unixts)
setDateMainStart(uint256 _unixts)
setWallet(address _wallet)
transfer(address _to, uint256 _amount) returns (bool success)
transferAnyERC20Token(address _token_address, uint256 _amount) returns (bool success)
transferFrom(address _from, address _to, uint256 _amount) returns (bool success)
transferMultiple(address[] _addresses, uint256[] _amounts)
transferOwnership(address _newOwner)
updateTokensPerEth(uint256 _tokens_per_eth)
AdminChange(address indexed _admin, bool _status)
Approval(address indexed _owner, address indexed _spender, uint256 _value)
IcoDateUpdated(uint256 id, uint256 unixts)
OwnershipTransferProposed(address indexed _from, address indexed _to)
OwnershipTransferred(address indexed _from, address indexed _to)
RegisterContribution(address indexed account, uint256 tokensIssued, uint256 ethContributed, uint256 ethReturned)
RegisteredLockedTokens(address indexed account, uint256 indexed idx, uint256 tokens, uint256 term)
TokenExchangeRequested(address indexed account, uint256 tokens)
TokensMinted(uint256 indexed mintType, address indexed account, uint256 tokens, uint256 term)
Transfer(address indexed _from, address indexed _to, uint256 _value)
UpdatedTokensPerEth(uint256 tokensPerEth)
WalletUpdated(address newWallet)
Whitelisted(address indexed account, uint256 countWhitelisted)
constructor()
fallback()
This contract contains no error objects.