FRNCoinCrowdsale
Verified contract
Active on
Ethereum with 784 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x1e89…b21a
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
LINO | ERC-20 | 20 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 5655124 | 7 years ago | | | 0.015059117 | 0.0024087250 | |
| 5655024 | 7 years ago | | | 0.65 | 0.00043904400 | |
| 5653752 | 7 years ago | | | 0.00287 | 0.00090200000 | |
| 5653523 | 7 years ago | | | 14.980298 | 0.0023851340 | |
| 5649865 | 7 years ago | | | 0.08497495 | 0.00073174000 | |
| 5649469 | 7 years ago | | | 0.19970369 | 0.00073174000 | |
| 5644304 | 7 years ago | | | 0.029905114 | 0.00087077060 | |
| 5642206 | 7 years ago | | | 4.9954474 | 0.0043904400 | |
| 5637420 | 7 years ago | | | 0.07 | 0.00046539200 | |
| 5634700 | 7 years ago | | | 0.4700163 | 0.0023851340 |
ABI
ABI objects
Getter at block 21266995
endTime() view returns (uint256)
1523750400000
hasEnded() view returns (bool)
false
owner() view returns (address)
0xfebccfe5774d7b2509d4f6514efe444290c0462b
rate() view returns (uint256)
360
token() view returns (address)
0x1e89b045e633c80d2bd1e0dd6bb69a5e7fdfb21a
tokenPoolAddress() view returns (address)
0xfebccfe5774d7b2509d4f6514efe444290c0462b
wallet() view returns (address)
0xfebccfe5774d7b2509d4f6514efe444290c0462b
weiRaised() view returns (uint256)
835749521162342025206
Read-only
This contract contains no read-only function objects.
State-modifying
Events buyTokens(address beneficiary) payable returns (bool)
transferOwnership(address newOwner)
updateEndTime(uint256 _endTime) returns (bool)
updateRate(uint256 _rate) returns (bool)
updateTokenAddress(address _tokenAddress) returns (bool)
updateTokenPoolAddress(address _tokenHolder) returns (bool)
updateWallet(address _wallet) returns (bool)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
TokenPurchase(address indexed purchaser, address indexed beneficiary, uint256 value, uint256 amount)
constructor(uint256 _endTime, uint256 _rate, address _wallet, address tokenAddress, address _tokenHolder)
fallback()
This contract contains no error objects.