SignkeysCrowdsale
Verified contract
Active on
Ethereum with 1,307 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0x4993…8505
0x4721…4be6
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
KEYS | ERC-20 | 99.561131M | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 9950667 | 5 years ago | | | 0.003 | 0.00039798900 | |
| 9838919 | 5 years ago | | | 0.0005889 | 0.00039798900 | |
| 9566249 | 5 years ago | | | 0.004324 | 0.00041025000 | |
| 9558078 | 5 years ago | | | 0.000422 | 0.00041021400 | |
| 9558011 | 5 years ago | | | 0.0004197 | 0.00041025000 | |
| 9549762 | 5 years ago | | | 0 | 0.000086032522 | |
| 9549489 | 5 years ago | | | 0 | 0.000094482046 | |
| 9549471 | 5 years ago | | | 0 | 0.00011201161 | |
| 9546046 | 5 years ago | | | 0 | 0.00028394784 | |
| 9545737 | 5 years ago | | | 0 | 0.00017821148 |
ABI
ABI objects
Getter at block 21169257
INITIAL_TOKEN_PRICE_CENTS() view returns (uint256)
10
administrator() view returns (address)
0xa790ecce7988cf8e84eac0930805aee164394b66
isOwner() view returns (bool)
false
owner() view returns (address)
0xa790ecce7988cf8e84eac0930805aee164394b66
signer() view returns (address)
0x0b30df42e49d3906f0c50916d6e99727b58a8650
signkeysBonusProgram() view returns (address)
0x47215e517445526dc09057fb9eb07ba50d854be6
signkeysToken() view returns (address)
0x4993bc704ab81e5826e7cd5ca71ebf3f66e98505
tokenPriceCents() view returns (uint256)
10
wallet() view returns (address)
0x00091eafc0388d07694bf033ab169977316bc493
Read-only
This contract contains no read-only function objects.
State-modifying
Events buyTokens(address _tokenReceiver, address _referrer, uint256 _couponCampaignId, uint256 _tokenPrice, uint256 _minWei, uint256 _expiration, uint8 _v, bytes32 _r, bytes32 _s) payable
renounceOwnership()
sendTokens(address _tokenReceiver, address _referrer, uint256 _couponCampaignId, uint256 tokensAmount)
setAdministratorAddress(address _administrator)
setBonusProgram(address _bonusProgram)
setSignerAddress(address _signer)
setTokenPriceCents(uint256 _tokenPriceCents)
setWalletAddress(address _wallet)
transferOwnership(address newOwner)
withdrawTokens()
AdministratorChanged(address newAdministrator)
BuyTokens(address indexed buyer, address indexed tokenReceiver, uint256 tokenPrice, uint256 amount)
CrowdsaleSignerChanged(address newSigner)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
SendTokens(address indexed tokenReceiver, uint256 amount)
TokenPriceChanged(uint256 oldPrice, uint256 newPrice)
WalletChanged(address newWallet)
constructor(address _token, address _bonusProgram, address _wallet, address _signer)
fallback()
This contract contains no error objects.