Traitsniffer
Verified contract
Active on
Ethereum with 665 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
No balances found for "Traitsniffer"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 16988246 | 2 years ago | | | 0 | 0.00094639434 | |
| 16546993 | 2 years ago | | | 0.3 | 0.00078341888 | |
| 15608176 | 2 years ago | | | 0 | 0.00015057117 | |
| 15608169 | 2 years ago | | | 0 | 0.00018405640 | |
| 15302639 | 2 years ago | | | 0.3 | 0.0012381121 | |
| 15153319 | 2 years ago | | | 0 | 0.00022647995 | |
| 15145282 | 2 years ago | | | 0.3 | 0.00047712141 | |
| 15046530 | 2 years ago | | | 0.3 | 0.0024405596 | |
| 15003618 | 2 years ago | | | 0.8 | 0.0028654490 | |
| 14919184 | 2 years ago | | | 0.8 | 0.0014462531 |
ABI
ABI objects
Getter at block 21317740 getActiveSubCount() view returns (uint256) getAllSubscribers() view returns (address[]) getWhitelisted() view returns (address[])
owner() view returns (address)
0x19a9d0cac3b37061349d66f4bab11535716cc058
saleIsActive() view returns (bool)
true
trialIsActive() view returns (bool)
false
trialPrice() view returns (uint256)
100000000000000000
Read-only
getPrice(uint256 _id) view returns (uint256)
getTimestamp(address _address) view returns (uint256)
hasAccess(address _address) view returns (bool)
isRegistered(address _address) view returns (bool)
isTrial(address _address) view returns (bool)
isWhitelisted(address _address) view returns (bool)
State-modifying
Events buyTrial() payable
flipSaleState()
flipTrialState()
giveTrial(address _address, uint256 _timestamp)
migrateExistingUsers(address[] _addresses, uint256[] _timestamps)
register(uint256 _id) payable
removeAddressFromWhitelist(address _address)
renounceOwnership()
setPrice(uint256 _planId, uint256 _price)
setTimestampForAddress(address _address, uint256 _timestamp)
setTrialPeriod(uint256 _time)
setTrialPrice(uint256 _price)
transferOwnership(address newOwner)
updateSubscription(uint256 _id) payable
whitelistAddress(address _address)
withdraw()
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.