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 "Skids"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20564811 | 4 months ago | | | 0 | 0.00024097626 | |
| 19609437 | 8 months ago | | | 0 | 0.00032688904 | |
| 18971646 | a year ago | | | 0 | 0.0010901577 | |
| 18909391 | a year ago | | | 0 | 0.00047688310 | |
| 18902380 | a year ago | | | 0 | 0.00056673512 | |
| 18902332 | a year ago | | | 0 | 0.00055847889 | |
| 18297341 | a year ago | | | 0 | 0.00013939487 | |
| 18108846 | a year ago | | | 0 | 0.00023490772 | |
| 18079978 | a year ago | | | 0 | 0.0010837890 | |
| 17837577 | a year ago | | | 0 | 0.00078839214 |
ABI
ABI objects
Getter at block 21399998
_prefixURI() view returns (string)
https://ipfs.io/ipfs/QmYnKMNh7HxU21NssuPwKpZn3CyevGQamR3VQBFGLSiUMb/
_price() view returns (uint256)
77700000000000000
name() view returns (string)
Skids
owner() view returns (address)
0x382f547582a60c8fced2e0619b2564fc2ca1d6e2
paused() view returns (bool)
true
preSaleActive() view returns (bool)
false
saleActive() view returns (bool)
false
symbol() view returns (string)
SKID
totalSupply() view returns (uint256)
1120
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhitelisted(address addr) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
presaleMinted(address addr) view returns (uint256)
saleMinted(address addr) view returns (uint256)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events _mint1337()
_mint420()
_mint69()
addToWhitelist(address[] addrs)
approve(address to, uint256 tokenId)
mintItems(uint256 amount) payable
presaleMintItems(uint256 amount) payable
renounceOwnership()
reserve(uint256 quantity)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string _uri)
togglePreSale()
toggleSale()
toggleTransferPause()
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)
Paused(address account)
Transfer(address indexed from, address indexed to, uint256 indexed tokenId)
Unpaused(address account)
constructor()
This contract contains no fallback and receive objects.
This contract contains no error objects.