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 |
---|---|---|---|---|---|
FESS | ERC-20 | 1.390801B | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 17464399 | a year ago | | | 0 | 0.00056899975 | |
| 17376773 | a year ago | | | 0 | 0.0012370962 | |
| 17043424 | 2 years ago | | | 0 | 0.00061827630 | |
| 16741439 | 2 years ago | | | 0 | 0.00066098856 | |
| 16741428 | 2 years ago | | | 0 | 0.00063392857 | |
| 16607123 | 2 years ago | | | 0 | 0.00099509180 | |
| 15946187 | 2 years ago | | | 0 | 0.00050460422 | |
| 15946170 | 2 years ago | | | 0 | 0.00048307625 | |
| 15946170 | 2 years ago | | | 0 | 0.00048307625 | |
| 15946170 | 2 years ago | | | 0 | 0.00048324246 |
ABI
ABI objects
Getter at block 21290211
airDropInIEO() view returns (uint256)
0
airDropWithDapps() view returns (uint256)
250000000000000000000000000
bountyInIEO() view returns (uint256)
0
decimals() view returns (uint8)
18
maintainanceTokens() view returns (uint256)
0
marketingTokens() view returns (uint256)
9999990003600
mintingTokens() view returns (uint256)
0
name() view returns (string)
FESS
newOwner() view returns (address)
0x0000000000000000000000000000000000000000
owner() view returns (address)
0x8ce1ab2ee8c1fef5afd65abf3aa3b49963a74266
paused() view returns (bool)
false
symbol() view returns (string)
FESS
teamTokens() view returns (uint256)
0
tokenForSale() view returns (uint256)
600000000000000000000000000
totalReleased() view returns (uint256)
9749999999999990000009996400
totalSupply() view returns (uint256)
9637574155878000000000000000
Read-only
allowance(address owner, address spender) view returns (uint256)
balanceOf(address account) view returns (uint256)
marketingLockPeriodStart(address) view returns (uint256)
marketingTokenHolder(address) view returns (bool)
teamLockPeriodStart(address) view returns (uint256)
teamTokenHolder(address) view returns (bool)
teamTokenInitially(address) view returns (uint256)
teamTokenSent(address) view returns (uint256)
State-modifying
Events acceptOwnership()
approve(address spender, uint256 value) returns (bool)
burn(uint256 amount)
decreaseAllowance(address spender, uint256 subtractedValue) returns (bool)
increaseAllowance(address spender, uint256 addedValue) returns (bool)
pause()
sendAirDropAndBountyDapps(address _airDropWithDapps, uint256 _value) returns (bool)
sendAirDropIEO(address _airDropAddress, uint256 _value) returns (bool)
sendBountyIEO(address _bountyAddress, uint256 _value) returns (bool)
sendMaintainanceTokens(address _maintainanceAddress, uint256 _value) returns (bool)
sendMarketingTokens(address _marketingAddress, uint256 _value) returns (bool)
sendMintingTokens(address _mintingAddress, uint256 _value) returns (bool)
sendTeamTokens(address _teamAddress, uint256 _value) returns (bool)
transfer(address recipient, uint256 amount) returns (bool)
transferFrom(address sender, address recipient, uint256 amount) returns (bool)
transferOwnership(address _newOwner)
unpause()
withdrawTeamTokens(uint256 amount) returns (bool)
Approval(address indexed owner, address indexed spender, uint256 value)
OwnershipTransferred(address indexed from, address indexed _to)
Pause()
Transfer(address indexed from, address indexed to, uint256 value)
Unpause()
constructor(address _owner)
This contract contains no fallback and receive objects.
This contract contains no error objects.