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 "KurtTheRoadie"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21161102 | 8 days ago | | | 0 | 0.00059328928 | |
| 21111547 | 15 days ago | | | 0 | 0.00020820624 | |
| 21102838 | 16 days ago | | | 0 | 0.00024598697 | |
| 21102665 | 16 days ago | | | 0 | 0.00023306281 | |
| 20729398 | 2 months ago | | | 0 | 0.00038809664 | |
| 20558498 | 3 months ago | | | 0 | 0.000023818370 | |
| 20558216 | 3 months ago | | | 0 | 0.000053239697 | |
| 20555328 | 3 months ago | | | 0 | 0.000054369960 | |
| 20555271 | 3 months ago | | | 0 | 0.000085687622 | |
| 20518657 | 3 months ago | | | 0 | 0.000060598150 |
ABI
ABI objects
Getter at block 21220007
MAX_SUPPLY() view returns (uint256)
5200
baseTokenURI() view returns (string)
https://ks-genesis-drop.s3.amazonaws.com/kurt-metadata/
contractURI() view returns (string)
enforceOperatorRegistry() view returns (bool)
true
name() view returns (string)
KurtTheRoadie
owner() view returns (address)
0x59705eb15a3965c75f871977976a8f053bc4b752
provenance() view returns (string)
1118d73a572096013872076b7480c1f37379e497f3b48d8bac91d6959ed72438
provenanceTimestamp() view returns (uint256)
1667996603
royaltyAddress() view returns (address)
0x59705eb15a3965c75f871977976a8f053bc4b752
royaltyFee() view returns (uint96)
1000
startingIndex() view returns (uint256)
2274
startingIndexTimestamp() view returns (uint256)
1668390035
symbol() view returns (string)
KURT
totalSupply() view returns (uint256)
5200
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)
royaltyInfo(uint256 _tokenId, uint256 _salePrice) view returns (address, uint256)
supportsInterface(bytes4 _interfaceId) view returns (bool)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events airdrop(address[] luckyRecipients, uint256[] amounts)
approve(address to, uint256 tokenId) payable
checkIn(uint256 _tokenID)
checkOut(uint256 _tokenID)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId) payable
safeTransferFrom(address from, address to, uint256 tokenId, bytes data) payable
setApprovalForAll(address operator, bool approved)
setBaseURI(string _newBaseURI)
setContractURI(string _newContractURI)
setEnforceOperatorRegistry(bool _enforceOperatorRegistry)
setProvenanceHash(string _provenanceHash)
setRoyaltyAddress(address _royaltyAddress)
setRoyaltyFee(uint96 _feeNumerator)
setStartingIndex()
transferFrom(address from, address to, uint256 tokenId) payable
transferOwnership(address newOwner)
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CheckedIn(address owner, uint256 _tokenID)
CheckedOut(address owner, uint256 _tokenID)
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(string name, string symbol, string baseTokenURI_)
This contract contains no fallback and receive objects.
ApprovalCallerNotOwnerNorApproved()
ApprovalQueryForNonexistentToken()
BalanceQueryForZeroAddress()
MintERC2309QuantityExceedsLimit()
MintToZeroAddress()
MintZeroQuantity()
OperatorNotAllowed(address operator)
OwnerQueryForNonexistentToken()
OwnershipNotInitializedForExtraData()
TransferCallerNotOwnerNorApproved()
TransferFromIncorrectOwner()
TransferToNonERC721ReceiverImplementer()
TransferToZeroAddress()
URIQueryForNonexistentToken()