ShlongTards
Verified contract
Active on
Ethereum with 3,323 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($64.85)
Native
Value
$64.85
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.021 | $3,088.04 |
$64.85 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21102686 | 15 days ago | | | 0 | 0.00011296094 | |
| 20895349 | a month ago | | | 0 | 0.000085853005 | |
| 20866727 | 2 months ago | | | 0 | 0.00018951863 | |
| 20607562 | 3 months ago | | | 0 | 0.000058156269 | |
| 20567378 | 3 months ago | | | 0 | 0.000070386614 | |
| 20377366 | 4 months ago | | | 0 | 0.00023681130 | |
| 20023769 | 5 months ago | | | 0 | 0.00034397213 | |
| 19795915 | 6 months ago | | | 0 | 0.00013492859 | |
| 19687767 | 7 months ago | | | 0 | 0.00062175898 | |
| 19687749 | 7 months ago | | | 0 | 0.00077775976 |
ABI
ABI objects
Getter at block 21209550
MAX_CLAIMS_PER_USER() view returns (uint16)
2
MAX_MINTS_PER_USER() view returns (uint16)
15
MAX_TARDS_PER_USER() view returns (uint16)
25
getDisplayInfo() view returns (bool, bool, uint16, uint16, uint16, uint16, uint256)
(false, true, 1723, 5255, 2000, 9498, 1500000000000000)
name() view returns (string)
ShlongTards
owner() view returns (address)
0x01ac4c589625ab7d2cbd8bc2e10ca969f950c74e
splitterContract() view returns (address)
0x439ff71847d6ec184a09cf93d45461df56b84302
symbol() view returns (string)
STD
totalSupply() view returns (uint256)
7774
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
numFreeInfo(address user) view returns (uint16, uint16)
numTardInfo(address user) view returns (uint16, uint16)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId) payable
claimFree(uint256 quantity, bytes32[] proof)
claimTard(uint256 quantity, bytes32[] proof)
mintPublic(uint256 quantity) payable
mintSelf(uint256 quantity)
mintTo(uint256 quantity, address to)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data) payable
setApprovalForAll(address operator, bool approved)
setHaltMint(bool v)
setIsReveal(bool v)
setMaxTotalMints(uint16 v)
setMerkleFree(bytes32 v)
setMerkleTard(bytes32 v)
setMintPricePublic(uint256 v)
setURI(string v)
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
withdrawSplit()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
ConsecutiveTransfer(uint256 indexed fromTokenId, uint256 toTokenId, address indexed from, address indexed to)
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()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()