SapphireLicense
Verified contract
Active on
Ethereum with 988 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 "SapphireLicense"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18910343 | a year ago | | | 0 | 0.00041760066 | |
| 17062938 | 2 years ago | | | 0 | 0.0010369765 | |
| 16276866 | 2 years ago | | | 0 | 0.00099553825 | |
| 16276865 | 2 years ago | | | 0 | 0.0014813007 | |
| 15957996 | 2 years ago | | | 0 | 0.00046799181 | |
| 15707330 | 2 years ago | | | 0 | 0.0010592258 | |
| 15283620 | 2 years ago | | | 0 | 0.0013369159 | |
| 15234304 | 2 years ago | | | 0 | 0.00053819819 | |
| 15160052 | 2 years ago | | | 0 | 0.00028630914 | |
| 15158886 | 2 years ago | | | 0 | 0.00038194496 |
ABI
ABI objects
Getter at block 21212080
PURCHASE_PRICE() view returns (uint256)
500000000000000000
RENEW_PRICE() view returns (uint256)
50000000000000000
STATE() view returns (int256)
0
name() view returns (string)
SapphireLicense
owner() view returns (address)
0xdee0519f7c7cb0f9843fa1e93b99255c89507a9c
symbol() view returns (string)
SPHR
totalSupply() view returns (uint256)
241
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getExpiry(uint256 tokenId) view returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
isExpired(uint256 tokenId) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByAddress(address _address) view returns (uint256)
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)
gift(address to, bool lifetime)
lock()
pause()
purchase(bytes signature, string nonce) payable
renew(uint256 tokenId) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string uri)
setExpiry(uint256 tokenId, uint256 timestamp)
setPurchasePrice(uint256 price)
setRenewPrice(uint256 price)
setSignerAddress(address addr)
setStock(uint256 amount)
startSale()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
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.