Calaveras
Verified contract
Active on
Ethereum with 1,044 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
0xcf67…4186
0x430e…b588
13 additional
variables
Balances ($0.00)
No balances found for "Calaveras"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 20503922 | 3 months ago | | | 0 | 0.000050905226 | |
| 20393423 | 3 months ago | | | 0 | 0.000093410183 | |
| 20280704 | 4 months ago | | | 0 | 0.00012637845 | |
| 19702034 | 6 months ago | | | 0 | 0.00015750855 | |
| 18824728 | 10 months ago | | | 0 | 0.0010672296 | |
| 18604219 | a year ago | | | 0 | 0.00070351153 | |
| 18450180 | a year ago | | | 0 | 0.00096265431 | |
| 18449964 | a year ago | | | 0 | 0.0019681162 | |
| 18435626 | a year ago | | | 0 | 0.0011791302 | |
| 18293864 | a year ago | | | 0 | 0.00029858228 |
ABI
ABI objects
Getter at block 21076960
GENESIS() view returns (uint256)
293
NFT_MAX() view returns (uint256)
3333
PUBLIC_INDEX() view returns (uint256)
850
PURCHASE_LIMIT() view returns (uint256)
100
contractURI() view returns (string)
ipfs://QmVgz7en2dy44uGniPpgsurzsTzqrQL5V1pLtwDG1kZDvi/
isMasterActive() view returns (bool)
true
isMembershipActive() view returns (bool)
true
isPassActive() view returns (bool)
true
isPublicActive() view returns (bool)
true
name() view returns (string)
Calaveras
owner() view returns (address)
0xb304bf6baae65ac9a3b1cdbb4e48e5589a3ff9a2
pricemain() view returns (uint256)
60000000000000000
pricemembership() view returns (uint256)
40000000000000000
symbol() view returns (string)
CALAVERA
totalMembershipSupply() view returns (uint256)
573
totalPublicSupply() view returns (uint256)
733
totalReserveSupply() view returns (uint256)
1
totalSupply() view returns (uint256)
1307
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)
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 MasterActive(bool _isMasterActive)
MembershipActive(bool _isMembershipActive)
PassActive(bool _isPassActive)
PublicActive(bool _isPublicActive)
approve(address to, uint256 tokenId)
membershipClaim(uint256 membershipTokenID)
membershipClaimGenesis(uint256 membershipTokenID)
mintMembership(uint256 numberOfTokens) payable
mintPublic(uint256 numberOfTokens) payable
renounceOwnership()
reserve(address[] to)
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string URI)
setContractURI(string URI)
setRevealedBaseURI(string revealedBaseURI)
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(string name, string symbol, address membershipcontract1, address membershipcontract2)
This contract contains no fallback and receive objects.
This contract contains no error objects.