Blockchain Badlands
Verified contract
Active on
Ethereum with 3,435 txns
Slot
XX
32
30
28
26
24
22
20
18
16
14
12
10
8
6
4
2
0
5 additional
variables
Balances ($1,792.95)
Native
Value
$1,792.95
Asset | Symbol | Type | Quantity | Price | Value |
---|---|---|---|---|---|
ETH | Native | 0.675 | $2,656.22 |
$1,792.95 |
Transactions
Txn hash | Method | Block | Age | From | To | Value (ETH) | Fee (ETH) |
---|---|---|---|---|---|---|---|
| 21082169 | 3 hours ago | | | 0 | 0.00017603489 | |
| 21015768 | 9 days ago | | | 0 | 0.00024572628 | |
| 20057037 | 5 months ago | | | 0 | 0.00031290993 | |
| 19943170 | 5 months ago | | | 0 | 0.00019100284 | |
| 19592367 | 7 months ago | | | 0 | 0.00038176774 | |
| 19585845 | 7 months ago | | | 0 | 0.00060834936 | |
| 19566494 | 7 months ago | | | 0 | 0.00078142135 | |
| 18855924 | 10 months ago | | | 0 | 0.00098192273 | |
| 18614866 | a year ago | | | 0 | 0.00098299741 | |
| 18465059 | a year ago | | | 0 | 0.0028175175 |
ABI
ABI objects
Getter at block 21082967
contractURI() view returns (string)
ipfs://QmTJy6wrASiaR4uMHL8Jc99qAnd6e1YXdqpQ9rvFtruiZC
instantRevealActive() view returns (bool)
true
locked() view returns (bool)
false
maxFreeNFTperID() view returns (uint256)
6
maxPresale() view returns (uint256)
2000
maxRewardTokenID() view returns (uint256)
1406
maxSupply() view returns (uint256)
5000
name() view returns (string)
Blockchain Badlands
owner() view returns (address)
0xde80d65ceaeecc365ae339e013b041cf0324c630
phaseTwoEnabled() view returns (bool)
true
presaleLive() view returns (bool)
false
pricePerToken() view returns (uint256)
45000000000000000
publicAmountMinted() view returns (uint256)
0
rewardEndingTime() view returns (uint256)
1636563600
saleLive() view returns (bool)
true
symbol() view returns (string)
BAD
totalSupply() view returns (uint256)
3376
Read-only
balanceOf(address owner) view returns (uint256)
claimedPerID(uint256) view returns (uint256)
exists(uint256 _tokenId) view returns (bool)
getApproved(uint256 tokenId) view returns (address)
isApprovedForAll(address owner, address operator) view returns (bool)
isApprovedOrOwner(address _spender, uint256 _tokenId) 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)
tokensOfOwner(address _owner) view returns (uint256[])
usedAddress(address) view returns (uint256)
State-modifying
Events adminMint(uint256 qty, address to)
approve(address to, uint256 tokenId)
burn(uint256 tokenId)
changeMaxPresale(uint256 _newMaxPresale)
changePrice(uint256 newPrice)
customThing(uint256 nftID, uint256 id, string what) payable
decreaseMaxSupply(uint256 newMaxSupply)
getReward(uint256 _nftID)
lockMetadata()
presaleBuy(bytes32 hash, bytes sig, uint256 qty) payable
publicBuy(uint256 qty) payable
reclaimERC20(address erc20Token)
renounceOwnership()
safeTransferFrom(address from, address to, uint256 tokenId)
safeTransferFrom(address from, address to, uint256 tokenId, bytes _data)
setApprovalForAll(address operator, bool approved)
setBaseURI(string newBaseURI)
setContractURI(string newuri)
setMaxFreeNFTperID(uint256 _newLimit)
setMaxRewardTokenID(uint256 _newLimit)
setRewardEndingTime(uint256 _newTime)
setSignerAddress(address addr)
toggleInstantReveal()
togglePhaseTwo()
togglePresaleStatus()
toggleSaleStatus()
transferFrom(address from, address to, uint256 tokenId)
transferOwnership(address newOwner)
withdrawEarnings()
Approval(address indexed owner, address indexed approved, uint256 indexed tokenId)
ApprovalForAll(address indexed owner, address indexed operator, bool approved)
CustomThing(uint256 nftID, uint256 value, uint256 actionID, string payload)
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.