Jenkins the Valet
Verified contract
Active on
Ethereum with 16,459 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
Balances ($0.00)
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
JENKINS | ERC-721 | 1 | -- | -- | |
JENKINS | ERC-721 | 1 | -- | -- | |
JENKINS | ERC-721 | 1 | -- | -- | |
JENKINS | ERC-721 | 1 | -- | -- | |
JENKINS | ERC-721 | 1 | -- | -- | |
JENKINS | ERC-721 | 1 | -- | -- | |
JENKINS | ERC-721 | 1 | -- | -- | |
JENKINS | ERC-721 | 1 | -- | -- | |
JENKINS | ERC-721 | 1 | -- | -- | |
JENKINS | ERC-721 | 1 | -- | -- |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21281287 | 12 hours ago | | | 0 | 0.0010659304 | |
| 21273816 | 2 days ago | | | 0 | 0.00085608851 | |
| 21240452 | 6 days ago | | | 0 | 0.00028563969 | |
| 21240449 | 6 days ago | | | 0 | 0.00025944886 | |
| 21233330 | 7 days ago | | | 0 | 0.00051674904 | |
| 21229292 | 8 days ago | | | 0 | 0.00066673372 | |
| 21229151 | 8 days ago | | | 0 | 0.00059094002 | |
| 21226604 | 8 days ago | | | 0 | 0.00039244183 | |
| 21210705 | 10 days ago | | | 0 | 0.00044072673 | |
| 21195090 | 13 days ago | | | 0 | 0.00078169115 |
ABI
ABI objects
Getter at block 21284683
_baseTokenURI() view returns (string)
https://storage.googleapis.com/jenkins-cdn/metadata/
limitPerAccount() view returns (uint256)
69
maxSupply() view returns (uint256)
6942
mintFee() view returns (uint256)
69420000000000000
name() view returns (string)
Jenkins the Valet
owner() view returns (address)
0xe5c3b29c53e1d6475b0e995dc12296254f2e8c0e
paused() view returns (bool)
false
symbol() view returns (string)
JENKINS
totalSupply() view returns (uint256)
6942
Read-only
balanceOf(address owner) view returns (uint256)
canWithdraw(address) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
mintCounts(address) view returns (uint256)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenURI(uint256 _tokenId) view returns (string)
tokenURIs(uint256) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
mint(address to, uint256 quantity) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseTokenURI(string __baseTokenURI)
setPaused(bool _paused)
setWhitelist(address addr, bool val)
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)
Mint(uint256 indexed _tokenId)
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.
This contract contains no error objects.