Smooth Fox
Verified contract
Implementation
Active on
Ethereum with 0 txns
Storage
Map
Table
Raw
Constants and immutables
0
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 "Smooth Fox"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|
No transactions found for "Smooth Fox"
ABI
ABI objects
Getter at block 21331479
cds() view returns (address)
0x0000000000000000000000000000000000000000
miner() view returns (address)
0x0000000000000000000000000000000000000000
name() pure returns (string)
Smooth Fox
owner() view returns (address)
0xe0efd1f4f59aad8393cb8db322938f972e26c4cb
paused() view returns (bool)
false
symbol() pure returns (string)
FAIRBET
totalSupply() view returns (uint256)
0
Read-only
balanceOf(address account, uint256 id) view returns (uint256)
balanceOfBatch(address[] accounts, uint256[] ids) view returns (uint256[])
exists(uint256 id) view returns (bool)
frozeOf(uint256 id) view returns (bool)
greyList(uint256) view returns (bool)
isApprovedForAll(address account, address operator) view returns (bool)
onERC1155BatchReceived(address, address, uint256[], uint256[], bytes) pure returns (bytes4)
onERC1155Received(address, address, uint256, uint256, bytes) pure returns (bytes4)
propertyRightOf(uint256 id) view returns (address)
rentExpires(uint256, address) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
ticketCount(address) view returns (uint256)
totalSupply(uint256 id) view returns (uint256)
uri(uint256 id) view returns (string)
State-modifying
Events freeze(uint256 tokenId, address from)
initialize(string newuri, address _owner)
mint(address to, uint256 tokenId, uint256 amount)
pause()
recover(address user, uint256 tokenId)
renounceOwnership()
safeBatchTransferFrom(address from, address to, uint256[] ids, uint256[] amounts, bytes data)
safeRent(address from, address to, uint256 tokenId, uint256 amount, uint256 expires)
safeTransferFrom(address from, address to, uint256 id, uint256 amount, bytes data)
setApprovalForAll(address operator, bool approved)
setCDS(address _cds)
setGreyTokenId(uint256 _tokenId, bool _allow)
setMiner(address _miner)
setURI(string newuri)
takeBack(address user, uint256 tokenId)
transferOwnership(address newOwner)
unfreeze(uint256 tokenId)
unpause()
use(address user, uint256 tokenId, uint256 expires)
ApprovalForAll(address indexed account, address indexed operator, bool approved)
Froze(uint256 _tokenId)
Mint(address _user, uint256 _tokenId)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
Recovered(address _user, uint256 _tokenId)
Rented(uint256 indexed id, address indexed user, uint256 amount, uint256 expires)
SetGreyTokenId(uint256 _tokenId, bool _allow)
SetMiner(address _miner)
SetURI(string _newuri)
TakeBack(uint256 indexed id, address indexed user, uint256 amount)
TransferBatch(address indexed operator, address indexed from, address indexed to, uint256[] ids, uint256[] values)
TransferOwner(address from, address to, uint256[] ids, uint256[] amounts)
TransferSingle(address indexed operator, address indexed from, address indexed to, uint256 id, uint256 value)
URI(string value, uint256 indexed id)
Unfroze(uint256 _tokenId)
Unpaused(address account)
Used(address _user, uint256 _tokenId)
This contract contains no constructor objects.
This contract contains no fallback and receive objects.
This contract contains no error objects.