Silika Studio Genesis
Verified contract
Active on
Ethereum with 10,938 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 "Silika Studio Genesis"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21101945 | 22 days ago | | | 0 | 0.00028994175 | |
| 20837937 | 2 months ago | | | 0 | 0.00088371745 | |
| 20805638 | 2 months ago | | | 0 | 0.00042626046 | |
| 20789611 | 2 months ago | | | 0 | 0.00051345332 | |
| 20789175 | 2 months ago | | | 0 | 0.00024152191 | |
| 20776916 | 2 months ago | | | 0 | 0.00024626338 | |
| 19416489 | 8 months ago | | | 0 | 0.0022390766 | |
| 19207662 | 9 months ago | | | 0 | 0.0012697614 | |
| 18960590 | a year ago | | | 0 | 0.00044766357 | |
| 18850542 | a year ago | | | 0 | 0.0010054331 |
ABI
ABI objects
Getter at block 21262484
contractURI() view returns (string)
ar://TB9fjI1NqudA1AxauL-lqaqNNwFSkLeCilFqQMELA0w
interval() view returns (uint256)
302400
isDayState() view returns (bool)
false
lastTimestamp() view returns (uint256)
1725085235
name() view returns (string)
Silika Studio Genesis
owner() view returns (address)
0x0745b4840effb54ffc5228e23ca51cfaac92bef9
paused() view returns (bool)
false
symbol() view returns (string)
SSG
tokenBaseURI() view returns (string)
ar://_FjtbNl2xMKCEuLCE1Iwo6fx88NEH1qU2VPp69J7D-0/
totalSupply() view returns (uint256)
8620
Read-only
balanceOf(address owner) view returns (uint256)
checkUpkeep(bytes) view returns (bool upkeepNeeded, bytes)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) 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)
mint()
pause()
performUpkeep(bytes)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setContractURI(string _contractURI)
setTokenBaseURI(string _tokenBaseURI)
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
unpause()
updateKeepersInterval(uint256 _newInterval)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
FlipState(bool indexed initialState)
OwnershipTransferred(address indexed previousOwner, address indexed newOwner)
Paused(address account)
SetContractURI(string indexed contractURI)
SetTokenBaseURI(string indexed tokenBaseURI)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
UpdateInterval(uint256 indexed interval)
constructor(string _name, string _symbol, string _tokenBaseURI, string _contractURI, uint256 _interval)
This contract contains no fallback and receive objects.
This contract contains no error objects.