Barrely Naked
Verified contract
Active on
Ethereum with 795 txns
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 "Barrely Naked"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21183006 | 16 hours ago | | | 0 | 0.0010136651 | |
| 19254302 | 9 months ago | | | 0 | 0.00091765976 | |
| 18844636 | a year ago | | | 0 | 0.0011447327 | |
| 17957052 | a year ago | | | 0 | 0.00065660452 | |
| 16796851 | 2 years ago | | | 0 | 0.0015819789 | |
| 16540107 | 2 years ago | | | 0 | 0.00080527803 | |
| 16308432 | 2 years ago | | | 0 | 0.00073092309 | |
| 16279238 | 2 years ago | | | 0 | 0.00090558553 | |
| 16222508 | 2 years ago | | | 0 | 0.00061607480 | |
| 15979730 | 2 years ago | | | 0 | 0.00064803519 |
ABI
ABI objects
Getter at block 21187893
MAX_SUPPLY() view returns (uint256)
5000
getCurrentMintPrice() view returns (uint256)
10000000000000000
hasClaimedFreeToken() view returns (bool)
false
hasSaleStarted() view returns (bool)
true
maxPurchaseCount() view returns (uint256)
20
name() view returns (string)
Barrely Naked
owner() view returns (address)
0x3b64a202f165e43a18d414e250637722bc640a15
symbol() view returns (string)
BN
totalSupply() view returns (uint256)
805
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
getMintPriceForNextTokens(uint256 numberOfTokens_) view returns (uint256)
getTokenMintPrice(uint256 token_) pure returns (uint256)
isApprovedForAll(address owner, address operator) view returns (bool)
ownerOf(uint256 tokenId) view returns (address)
supportsInterface(bytes4 interfaceId) view returns (bool)
tokenByIndex(uint256 index) view returns (uint256)
tokenOfOwnerByIndex(address owner, uint256 index) view returns (uint256)
tokenURI(uint256 tokenId) view returns (string)
State-modifying
Events approve(address to, uint256 tokenId)
claimFreeToken()
mintTokens(uint256 numberOfTokens_) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setMaxPurchaseCount(uint256 count_)
setMetadataAPI(string newMetadataAPI_)
setSaleStart(uint256 saleStart_)
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(uint256 maxTokenSupply_, uint256 initSaleStartUTS_, string tokenName_, string tokenSymbol_, string initMetadataAPI_)
This contract contains no fallback and receive objects.
This contract contains no error objects.