Traitsniffer
Verified contract
Active on
Ethereum with 292 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) |
---|---|---|---|---|---|---|---|
| 21023406 | 2 months ago | | | 0 | 0.00056648737 | |
| 21023130 | 2 months ago | | | 0 | 0.00081916930 | |
| 16308010 | 2 years ago | | | 0 | 0.0012997701 | |
| 15032655 | 2 years ago | | | 0 | 0.0013294246 | |
| 15027857 | 2 years ago | | | 0 | 0.0012735296 | |
| 14441281 | 3 years ago | | | 0 | 0.0013153067 | |
| 14213638 | 3 years ago | | | 0 | 0.0053129248 | |
| 13977192 | 3 years ago | | | 0 | 0.0092552751 | |
| 13953621 | 3 years ago | | | 0 | 0.0065736762 | |
| 13917897 | 3 years ago | | | 0 | 0.0060664557 |
ABI
ABI objects
Getter at block 21410055 getActiveSubCount() view returns (uint256) getAllSubscribers() view returns (address[]) getWhitelisted() view returns (address[])
maxUsers() view returns (uint256)
0
name() view returns (string)
Traitsniffer
owner() view returns (address)
0xf8724f48c67538cf9ef7da6ed8a33798576613fd
symbol() view returns (string)
SNIFF
totalSupply() view returns (uint256)
105
trialPrice() view returns (uint256)
100000000000000000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getPrice(uint256 _id) view returns (uint256)
getTimestamp(address _address) view returns (uint256)
hasAccess(address _address) view returns (bool)
isApprovedForAll(address owner, address operator) view returns (bool)
isRegistered(address _address) view returns (bool)
isTrial(address _address) view returns (bool)
isWhitelisted(address _address) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
buyTrial() payable
flipTrialSeason()
giveTrial(address _address, uint256 _timestamp)
migrateExistingUsers(address[] _addresses, address[] _whitelist)
register(uint256 _id) payable
removeAddressFromWhitelist(address _address)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI_)
setMaxUsers(uint256 n)
setPrice(uint256 _planId, uint256 _price)
setTimestampForAddress(address _address, uint256 _timestamp)
setTrialPeriod(uint256 _time)
setTrialPrice(uint256 _price)
sniffMint(uint256 n)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
updateSubscription(uint256 _id) payable
whitelistAddress(address _address)
withdraw()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.