S X C K
Verified contract
Active on
Ethereum with 1,497 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.76)
Native
Value
$0.76
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.0002 | $3,778.16 |
$0.76 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 18901655 | a year ago | | | 0 | 0.00065445730 | |
| 18266997 | a year ago | | | 0 | 0.00017204504 | |
| 15885140 | 2 years ago | | | 0 | 0.00091350269 | |
| 15885067 | 2 years ago | | | 0 | 0.00093901058 | |
| 15827157 | 2 years ago | | | 0 | 0.0014677482 | |
| 15821961 | 2 years ago | | | 0 | 0.00057972607 | |
| 15800513 | 2 years ago | | | 0 | 0.00091030921 | |
| 15675246 | 2 years ago | | | 0.0002 | 0.00087717801 | |
| 15628735 | 2 years ago | | | 0 | 0.00026190145 | |
| 15614143 | 2 years ago | | | 0 | 0.00026697589 |
ABI
ABI objects
Getter at block 21380057
maxPerTx() view returns (uint32)
20
maxSupply() view returns (uint32)
888
mintPrice() view returns (uint256)
2000000000000000
name() view returns (string)
S X C K
owner() view returns (address)
0x93de78c6ea24839f163798922222906cb6ad7941
symbol() view returns (string)
sixick
totalSupply() view returns (uint256)
839
uriPrefix() view returns (string)
ipfs://bafybeicjp2pmr27par4qp62zkyni2div5hsi44fwnnrx7zpwyefqrchqdi/
Read-only
balanceOf(address owner) view returns (uint256)
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)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events PublicMint(uint256 amount) payable
approve(address to, uint256 tokenId)
burn(uint256 amount)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setUri(string uri)
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.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
ApprovalToCurrentOwner()
ApproveToCaller()
BalanceQueryForZeroAddress()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()