BORED CLIFFS
Verified contract
Active on
Ethereum with 1,553 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($0.00)
No balances found for "BORED CLIFFS"
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 19021609 | a year ago | | | 0 | 0.0015219985 | |
| 16961421 | 2 years ago | | | 0 | 0.00095246978 | |
| 16863911 | 2 years ago | | | 0 | 0.0014483636 | |
| 16856155 | 2 years ago | | | 0 | 0.00069217084 | |
| 16596493 | 2 years ago | | | 0 | 0.0016289003 | |
| 16572574 | 2 years ago | | | 0 | 0.0016401528 | |
| 16564337 | 2 years ago | | | 0 | 0.0012029189 | |
| 16522192 | 2 years ago | | | 0 | 0.0010551285 | |
| 16436731 | 2 years ago | | | 0 | 0.0011958492 | |
| 16282003 | 2 years ago | | | 0 | 0.00061322970 |
ABI
ABI objects
Getter at block 21333205
BCC_MAX() view returns (uint256)
1000
PRICE() view returns (uint256)
200000000000000000
name() view returns (string)
BORED CLIFFS
owner() view returns (address)
0x81ed317154e4c6e829b0358f59c5578719e95ccb
symbol() view returns (string)
BCC
totalSupply() view returns (uint256)
1000
Read-only
balanceOf(address owner) view returns (uint256)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isWhiteListed(address addr) 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 airdrop(address[] airdropAddress, uint256 numberOfTokens)
airdropSpecial(address to, uint256 tokenId)
approve(address to, uint256 tokenId)
purchase(uint256 numberOfTokens) payable
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setActiveDateTime(uint256 activeDateTime, uint256 presaleHours, uint256 revealDelay)
setApprovalForAll(address operator, bool approved)
setBaseURI(string baseURI)
setMaxLimit(uint256 maxLimit)
setMintPrice(uint256 presaleMintPrice, uint256 publicMintPrice)
setPaymentAddress(address paymentAddress)
setPurchaseLimit(uint256 purchaseLimit, uint256 presaleMintLimit, uint256 publicMintLimit)
setRevealURI(string revealURI)
setWhiteList(address[] whiteListAddress, bool bEnable)
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()
This contract contains no fallback and receive objects.
This contract contains no error objects.